Face Recognition Android SDK
Face recognition Android SDK with liveness detection
Last updated
Face recognition Android SDK with liveness detection
Last updated
Copy the SDK (libfacesdk
folder) to the root
folder in your project.
Add SDK to the project in settings.gradle
Add dependency to your build.gradle
Input |
|
Return value | The SDK activation status code.
|
Input |
|
Return value | The SDK initialization status code.
|
Input |
|
Return value | A list of FaceBox objects representing the detected faces. |
Input |
|
Return value | A byte array representing the extracted template from the face |
Input |
|
Return value | A float value representing the similarity score between the two face templates The score ranges from 0.0 to 1.0 Default Threshold is 0.8 |