FaceAssessment API.
More...
#include <dface_assessment.h>
dface::DfaceAssessment::DfaceAssessment |
( |
| ) |
|
|
inline |
virtual dface::DfaceAssessment::~DfaceAssessment |
( |
| ) |
|
|
inlinevirtual |
virtual float dface::DfaceAssessment::predictQuality |
( |
unsigned char * |
img, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
format, |
|
|
dface::Box & |
in_bbox |
|
) |
| |
|
pure virtual |
Predict face quality score
- Parameters
-
[in] | img | Image bytes data |
[in] | w | Image width |
[in] | h | Image height |
[in] | format | Image format(PIXELS_BGR, PIXELS_RGB, PIXELS_YUYV, PIXELS_MJPEG ...) |
[in] | in_bbox | Face boxes |
- Returns
- face quality score
The documentation for this class was generated from the following file: