Skip to content

2.11.0

Compare
Choose a tag to compare
@TeruyaHaroldo TeruyaHaroldo released this 15 Apr 14:07
· 1 commit to master since this release
03857af

🗑 Deprecated

  • [Method] Removed setFacePaddingPercent;

✨ New Feature

  • [Variable] detectionTopSize: Represents the percentage. Positive value enlarges and negative value reduce the top side of the detection. Use the setDetectionBox to have a visual result.
  • [Variable] detectionRightSize: Represents the percentage. Positive value enlarges and negative value reduce the right side of the detection. Use the setDetectionBox to have a visual result.
  • [Variable] detectionBottomSize: Represents the percentage. Positive value enlarges and negative value reduce the bottom side of the detection. Use the setDetectionBox to have a visual result.
  • [Variable] detectionLeftSize: Represents the percentage. Positive value enlarges and negative value reduce the left side of the detection. Use the setDetectionBox to have a visual result.

🐛 Bug Fix

  • Fix saved image orientation when using camera lens back;

📝 Update Readme

Image Quality

The image quality is the classification of the three attributes: darkness, lightness and sharpness. Result available in the onImageCaptured event. Let's see each parameter specifications:

Threshold Classification
Darkness
darkness > 0.7 Too dark
darkness <= 0.7 Acceptable
Lightness
lightness > 0.65 Too light
lightness <= 0.65 Acceptable
Sharpness
sharpness >= 0.1591 Blurred
sharpness < 0.1591 Acceptable