DFACE JAVA SDK
4.0.0
|
class DfaceNIRLiveness, a class responsible for binocular face NIR liveness checking More...
Public Member Functions | |
DfaceInfrared (String modePath, out int err_code) | |
DfaceInfrared Constructor More... | |
void | Dispose () |
DfaceInfrared Destructor More... | |
unsafe float | liveness_check (Box rgbBox, Box irBox) |
NIR liveness check More... | |
class DfaceNIRLiveness, a class responsible for binocular face NIR liveness checking
DFace.DfaceNIRLiveness.DfaceInfrared | ( | String | modePath, |
out int | err_code | ||
) |
DfaceInfrared Constructor
modePath | DFace model path |
err_code | status(0:OK non-0:Error) |
void DFace.DfaceNIRLiveness.Dispose | ( | ) |
DfaceInfrared Destructor
NIR liveness check
rgbBox | box detected from color frame |
irBox | box detected from NIR frame |