53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
////////////////////////////////////////////////////////////////////////////////
|
||
// ArcSoft FaceEngine SDK //
|
||
////////////////////////////////////////// /////////////////////////////////////
|
||
|
||
Introduction:
|
||
ArcSoft FaceEngine SDK provides the universal interfaces to detect the face information of face, like face detection, age estimation, gender estimation,face angle detection,face recognition.
|
||
|
||
Publish date:
|
||
2019-12-30
|
||
|
||
Version:
|
||
3.0.12402020201.1
|
||
|
||
Supported platform:
|
||
LINUX64
|
||
|
||
Compile Options:
|
||
default
|
||
|
||
Dependency:
|
||
None
|
||
|
||
Known issues:
|
||
None.
|
||
|
||
File List:
|
||
|---assistant
|
||
| |---ArcSoftActivationAssistant
|
||
| |---ReleaseNote.txt
|
||
|---doc
|
||
| |---ARCSOFT_ARC_FACE_JAVA_DEVELOPER'S_GUIDE.pdf
|
||
|---libs
|
||
| |--LINUX64
|
||
| | |---libarcsoft_face.so Library
|
||
| | |---libarcsoft_face_engine.so Library
|
||
| | |---libarcsoft_face_engine_jni.so Library
|
||
| |--arcsoft-sdk-face-3.0.1.0.jar
|
||
|---samplecode
|
||
| |---FaceEngineTest.java
|
||
|---releasenotes.txt
|
||
|
||
|
||
Change Logs:
|
||
2019-12-17
|
||
1、更新活体、年龄、性别、人脸检测、人脸比对算法模型;
|
||
2、IMAGE模式支持全角度以及单一角度;
|
||
3、新增人证模式的人脸特征比对模型;
|
||
4、新增一组接口,用于兼容更高精度的图像
|
||
5、全角度枚举ASF_OP_0_HIGHER_EXT变更为ASF_OP_ALL_OUT;
|
||
6、此版本对人脸特征模型进行了升级,导致与2.X版本的模型不匹配,需要对2.X版本的人脸库进行重新注册;
|
||
7、活体检测推荐阈值变更,RGB:0.5 IR:0.7;
|
||
2019-07-19
|
||
Initial Version |