#include "dl_lib.h"
Go to the source code of this file.
| mtmn_net_t* onet_with_score_verify |
( |
dl_matrix3du_t * |
in, |
|
|
float |
threshold |
|
) |
| |
Forward the onet process, fine determine the boxes from rnet.
- Parameters
-
| in | Image matrix, rgb888 format |
| threshold | Score threshold to detect human face |
- Returns
- Scores for every box, box offset, and landmark with respect.
Forward the pnet process, coarse detection.
- Parameters
-
| in | Image matrix, rgb888 format, size is 320x240 |
- Returns
- Scores for every pixel, and box offset with respect.
| mtmn_net_t* rnet_with_score_verify |
( |
dl_matrix3du_t * |
in, |
|
|
float |
threshold |
|
) |
| |
Forward the rnet process, fine determine the boxes from pnet.
- Parameters
-
| in | Image matrix, rgb888 format |
| threshold | Score threshold to detect human face |
- Returns
- Scores for every box, and box offset with respect.