Skip to content

Releases: husaynhakeem/android-face-detector

Update MLKit dependency + Restructure code

06 Jul 03:02
d47113d
Compare
Choose a tag to compare
  • Update MLKit dependency, it's no longer part of Firebase.
  • Restructure and simply code. Unnecessary classes were removed, and FaceBoundsOverlay was simplified so that it renders any boxes it receives. The heavy-lifting (which includes correcting the face bounds, scaling, and mirroring them) was moved to FaceDetector.
  • Improve face detection. The previous face bounds correction was not entirely correct, which was resulting in the face bounds not being rendered exactly around the face (there were often offsets).

Update library dependencies

04 Nov 07:31
Compare
Choose a tag to compare

Update:

  • Android support libraries version 28.0.0
  • Firebase core version 16.0.4
  • Firebase ML Vision version 18.0.1

Null frame data support

27 Jun 05:28
Compare
Choose a tag to compare

Add support for null data in frames incoming from a camera source

First stable non-beta release

25 Jun 05:16
684908d
Compare
Choose a tag to compare
  • Add support for camera facing changes (Back camera, front camera)
  • Fix abnormalities with face bounds rendering

First stable release

24 Jun 03:03
Compare
Choose a tag to compare
First stable release Pre-release
Pre-release
v1.0-beta

Pass orientation handler the camera's width and height