DFACE JAVA SDK  4.0.0
DFace.DfaceRecognize Class Reference

class DfaceRecognize, a class responsible for face recognizing More...

Inheritance diagram for DFace.DfaceRecognize:
Collaboration diagram for DFace.DfaceRecognize:

Public Member Functions

 DfaceRecognize (String modePath, int accuracy, out int err_code)
 DFaceRecognize Constructor More...
 
void Dispose ()
 DfaceRecognize Destructor More...
 
unsafe byte[] extractFaceFeatureByImg (Bitmap bmp, Box box)
 Extract face feature(for face compare) More...
 

Detailed Description

class DfaceRecognize, a class responsible for face recognizing

Constructor & Destructor Documentation

DFace.DfaceRecognize.DfaceRecognize ( String  modePath,
int  accuracy,
out int  err_code 
)

DFaceRecognize Constructor

Parameters
modePathDFace model path
accuracyaccuracy(2:high speed 3:high accuracy(default))

Member Function Documentation

void DFace.DfaceRecognize.Dispose ( )

DfaceRecognize Destructor

unsafe byte [] DFace.DfaceRecognize.extractFaceFeatureByImg ( Bitmap  bmp,
Box  box 
)

Extract face feature(for face compare)

Parameters
bmpbitmap
boxbox
Returns
face feature(512 bytes)

The documentation for this class was generated from the following file: