FaceNIRLiveness API.
More...
boolean com.dface.api.FaceNIRLiveness.initLoad |
( |
String |
model_path | ) |
|
init
- Parameters
-
- Returns
- init status code
float com.dface.api.FaceNIRLiveness.liveness_check |
( |
byte[] |
data, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
format, |
|
|
Bbox |
faceBox |
|
) |
| |
NIR Liveness check
- Parameters
-
data | NIR Image bytes data |
w | NIR image width |
h | NIR image height |
format | NIR image format(PIXELS_BGR, PIXELS_RGB, PIXELS_YUY2, ...) |
- See also
- com.dface.dto.FrameFormatType
- Parameters
-
faceBox | Color image face box |
- Returns
- liveness score note (score>=0.4 mean live usual)
float com.dface.api.FaceNIRLiveness.liveness_check |
( |
Bitmap |
frameBitmap, |
|
|
Bbox |
faceBox |
|
) |
| |
NIR Liveness check
- Parameters
-
frameBitmap | NIR frame bitmap |
faceBox | Color image face box |
- Returns
- liveness score note (score>=0.4 mean live usual)
float com.dface.api.FaceNIRLiveness.liveness_check |
( |
Bbox |
inColorBox, |
|
|
Bbox |
inIrBox |
|
) |
| |
NIR Liveness check
- Parameters
-
inColorBox | Color image face box |
inIrBox | NIR image face box |
- Returns
- liveness score note (score>=0.4 mean live usual)
boolean com.dface.api.FaceNIRLiveness.uninitLoad |
( |
| ) |
|
uninit
- Returns
- uninit status code
The documentation for this class was generated from the following file:
- java/en/com/dface/api/FaceNIRLiveness.java