Go to the source code of this file.
Free and destroy Device Activation Tool
Free and destroy FaceAssessment
- Parameters
-
[in] | p | Pointer of FaceAssessment instance |
Free and destroy FaceAttribute
- Parameters
-
[in] | p | Pointer of FaceAttribute instance |
Free and destroy FaceCompare instance
Free and destroy FaceDetect
- Parameters
-
[in] | p | Pointer of FaceDetect instance |
Free and destroy FaceNIRLiveness instance
Free and destroy FacePose instance
Free and destroy FaceRecognize
Free and destroy FaceRGBLiveness instance
Free and destroy FaceTrack instance
Create and load Device Activation Tool
- Note
- ()
Create and load FaceAssessment instance
- Parameters
-
Create and load FaceAttribute instance
- Parameters
-
dface::DfaceCompare* load_dface_compare |
( |
const std::string & |
model_path, |
|
|
int |
feature_precision |
|
) |
| |
|
inline |
Create and load FaceCompare instance
Create and load FaceDetect instance
- Parameters
-
[in] | model_path | Model path |
[in] | precision | Detect Precision (Precision_Low, Precision_High) |
Create and load FaceNIRLiveness instance
- Parameters
-
Create and load FacePose instance
- Parameters
-
Create and load FaceRecognize instance
- Parameters
-
[in] | model_path | Model path |
[in] | precision | Precision mode 2:precision low 3:precision high(default) |
Create and load FaceRGBLiveness instance(v2)
- Parameters
-
[in] | model_path | Model path |
[in] | RGBLiveness | level (LEVEL_1, LEVEL_2, LEVEL_3) |
dface::DfaceTrack* load_dface_track |
( |
const std::string & |
model_path, |
|
|
int |
frame_width, |
|
|
int |
frame_height, |
|
|
int |
max_age = 200 , |
|
|
int |
min_hit = 3 |
|
) |
| |
|
inline |
Create and load FaceTrack
- Parameters
-
[in] | model_path | Model path |
[in] | frame_width | Frame width |
[in] | frame_height | Frame height |
[in] | max_age | Max time(count) keeping track |
[in] | min_hit | Minimum hit count when start tracking |
- Note
- ()