Releases: Yoonit-Labs/android-yoonit-facefy
Releases · Yoonit-Labs/android-yoonit-facefy
1.0.5
1.0.4
📝 Update Readme
- Fix head movements definitions;
1.0.3
♻️ Refactor
- [Function] In the
detect
method:- Change the parameter name from
onFaceDetected
toonSuccess
; - Change the parameter name from
onMessage
toonError
; - The
onSuccess
objectFaceDetected
can benull
; - Instead "FACE_UNDETECTED" message, the
onSuccess
objectFaceDetected
isnull
;
- Change the parameter name from
📝 Update Readme
- Change
detect
documentation;
1.0.2
🐛 Bug Fix
- Emit face undetected message just one time when no faces are detected;
📝 Update Readme
- Update Face Detected and Head Movements specifications;
1.0.1
✨ New Feature
- Add in
detect
method closure parameteronComplete
to indicate the face detection process completion.
1.0.0
🎉 First release!
The face detection's module for Android with a lot of awesome features.
✨ Face Detection and Analysis
- Face bounding box: position and size in pixels;
- Face contours: list of points that represents the shape of the detected face;
- Left or right eye is open probability;
- Smilling probability;
- Head direction (horizontal, vertical and tilt) based on the angles in degrees;
See our README and Project Demo;