|
mtmn
|
#include "image_util.h"#include "dl_lib.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... | |
| #define MAX_DETECTION 1 |
| box_array_t* face_detect | ( | dl_matrix3du_t * | image_matrix | ) |
Do MTMN face detection, return box and landmark infomation.
| image_matrix | Image matrix, rgb888 format |
1.8.11