Skip to content

1.3.0.1

Compare
Choose a tag to compare
@takuya-takeuchi takuya-takeuchi released this 26 May 11:36
· 34 commits to master since this release

New Feature

  • Add Head pose estimation
  • Add Eye Blink Detector
  • Add FaceRecognition.LoadImage(Bitmap bitmap)
  • Add FaceRecognition.LoadImage(IntPtr, int, int, int, Mode)

Breaking

  • Abolish FaceRecognition.LoadImage(byte[], int, int, int)
    • Please use LoadImage(byte[], int, int, int, Mode) instead of this
  • Replace accessibility of AgeEstimator.RawPredict and AgeEstimator.RawPredictProbability with protected
  • Replace accessibility of GenderEstimator.RawPredict and GenderEstimator.RawPredictProbability with protected