FaceRecognize API.
More...
byte [] com.dface.api.FaceRecognize.extractFaceFeatureByImg |
( |
byte[] |
data, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
format, |
|
|
Bbox |
bbox |
|
) |
| |
Extract face feature(for face compare)
- Parameters
-
data | Image bytes data |
w | Image width |
h | Image height |
format | Image format(PIXELS_BGR, PIXELS_RGB, PIXELS_YUYV, PIXELS_MJPEG ...) |
- See also
- com.dface.dto.FrameFormatType
- Parameters
-
- Returns
- face feature
byte [] com.dface.api.FaceRecognize.extractFaceFeatureByImg |
( |
Bitmap |
frameBitmap, |
|
|
Bbox |
bbox |
|
) |
| |
Extract face feature(for face compare)
- Parameters
-
frameBitmap | Frame bitmap |
bbox | Face box |
- Returns
- face feature
boolean com.dface.api.FaceRecognize.initLoad |
( |
String |
model_path, |
|
|
int |
feature_precision |
|
) |
| |
init FaceRecognize
- Parameters
-
model_path | model path |
feature_precision | feature precision |
- See also
- AccuracyMode
- Returns
- init status
boolean com.dface.api.FaceRecognize.uninitLoad |
( |
| ) |
|
The documentation for this class was generated from the following file:
- java/en/com/dface/api/FaceRecognize.java