boolean com.dface.api.FaceAssessment.initLoad |
( |
String |
model_path | ) |
|
float com.dface.api.FaceAssessment.predictQuality |
( |
byte[] |
data, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
format, |
|
|
Bbox |
bbox |
|
) |
| |
Predict face quality
- Parameters
-
data | Image bytes data |
w | Image width |
h | Image height |
format | Image format(PIXELS_BGR, PIXELS_RGB, PIXELS_YUYV, PIXELS_MJPEG ...) |
bbox | Face box |
- Returns
- quality score value
float com.dface.api.FaceAssessment.predictQuality |
( |
Bitmap |
frameBitmap, |
|
|
Bbox |
bbox |
|
) |
| |
Predict face quality
- Parameters
-
frameBitmap | Frame bitmap |
bbox | Face box |
- Returns
- quality score value
boolean com.dface.api.FaceAssessment.uninitLoad |
( |
| ) |
|
The documentation for this class was generated from the following file:
- java/en/com/dface/api/FaceAssessment.java