mtmn
Macros | Functions
face_detection_forward.h File Reference
#include "image_util.h"
#include "dl_lib.h"
Include dependency graph for face_detection_forward.h:

Go to the source code of this file.

Macros

#define MAX_DETECTION   1
 

Functions

box_array_t * face_detect (dl_matrix3du_t *image_matrix)
 Do MTMN face detection, return box and landmark infomation. More...
 

Macro Definition Documentation

#define MAX_DETECTION   1

Function Documentation

box_array_t* face_detect ( dl_matrix3du_t *  image_matrix)

Do MTMN face detection, return box and landmark infomation.

Parameters
image_matrixImage matrix, rgb888 format
Returns
box_array_t* A list of boxes and score.