Skip to content

1.0.2

Compare
Choose a tag to compare
@TeruyaHaroldo TeruyaHaroldo released this 15 Mar 18:42
· 16 commits to development since this release
54f71ea

♻️ Refactor

  • Add new attributes in the FaceDetected:

    • hasLeftEyeOpenProbability: indicates whether a left eye open probability is available;
    • hasRightEyeOpenProbability: indicates whether a right eye open probability is available.
    • hasSmilingProbability: indicates whether smiling probability is available.
    • hasHeadEulerAngleX: indicates whether the detector found the head x euler angle.
    • hasHeadEulerAngleY: indicates whether the detector found the head y euler angle.
    • hasHeadEulerAngleZ: indicates whether the detector found the head z euler angle.
  • Changes the attributes in the FaceDetected:

    • leftEyeOpenProbability: change from CGFloat? to Float;
    • rightEyeOpenProbability: change from CGFloat? to Float;
    • smilingProbability: change from CGFloat? to Float;
    • headEulerAngleX: change from CGFloat? to Float;
    • headEulerAngleY: change from CGFloat? to Float;
    • headEulerAngleZ: change from CGFloat? to Float;

📝 Update Readme