Skip to content

Releases: Yoonit-Labs/android-yoonit-facefy

1.0.5

29 Oct 23:25
892427f
Compare
Choose a tag to compare

📝 Update Readme

  • Update README.md presentation;

1.0.4

01 Apr 19:01
7406fef
Compare
Choose a tag to compare

📝 Update Readme

  • Fix head movements definitions;

1.0.3

10 Mar 13:53
2a1ce88
Compare
Choose a tag to compare

♻️ Refactor

  • [Function] In the detect method:
    • Change the parameter name from onFaceDetected to onSuccess;
    • Change the parameter name from onMessage to onError;
    • The onSuccess object FaceDetected can be null;
    • Instead "FACE_UNDETECTED" message, the onSuccess object FaceDetected is null;

📝 Update Readme

  • Change detect documentation;

1.0.2

08 Mar 18:16
911ccca
Compare
Choose a tag to compare

🐛 Bug Fix

  • Emit face undetected message just one time when no faces are detected;

📝 Update Readme

1.0.1

04 Mar 17:20
1448a6c
Compare
Choose a tag to compare

✨ New Feature

  • Add in detect method closure parameter onComplete to indicate the face detection process completion.

1.0.0

02 Mar 19:56
73ed196
Compare
Choose a tag to compare

🎉 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;