Dlib FaceLandmark Detector ver1.2.1 Release!
Version 1.2.1 [Common]Updated to WebCamTextureToMatHelper.cs v1.0.8. [Common]Updated to LowPassPointsFilter v1.0.1. Updated to KFPointsFilter v1.0.2. Updated to OFPointsFilter v1.0.2. [Common] Added updateMipmaps and makeNoLongerReadable flag to DrawDetectResult () and DrawDetectLandmarkResult() method. [Common]Fixed Utils.getFilePathAsync() method.(Changed #if UNITY_2017 && UNITY_2017_1_OR_NEWER to #if UNITY_2017_1_OR_NEWER.)
Dlib FaceLandmark Detector ver1.2.0 Release!
Version 1.2.0 [Common]Updated to WebCamTextureToMatHelper.cs v1.0.7. [Common]Fixed WebCamTextureExample and OpenCVForUnityUtils.cs. [Common]Added NoiseFilterVideoCaptureExample and NoiseFilterWebCamTextureExample. [Commo]Added useLowPassFilter option to ARHeadVideoCaptureExample and ARHeadWebCamTextureExample. [Common]Added throwException flag to Utils.setDebugMode() method. [Common]Added drawIndexNumbers flag to DrawFaceLandmark() method.
Dlib FaceLandmark Detector ver1.1.9 Release!
Version 1.1.9 [Android]Added arm64-v8a Architecture. /
Dlib FaceLandmark Detector ver1.1.8 Release!
Version 1.1.8[Common]Updated WebCamTextureExample.(support Portrait ScreenOrientation)[Common]Updated to WebCamTextureToMatHelper.cs v1.0.4.
Dlib FaceLandmark Detector ver1.1.7 Release!
Version 1.1.7[Common]Updated “human_face_68_sp.dat” and “human_face_68_sp_for_mobile.dat”.
Dlib FaceLandmark Detector ver1.1.6 Release!
Version 1.1.6[Common]Updated to dlib19.7.[Common]Updated to WebCamTextureToMatHelper.cs v1.0.3.[Common]Updated “human_face_68_sp.dat” and “human_face_68_sp_for_mobile.dat”.
Dlib FaceLandmark Detector ver1.1.5 Release!
Version 1.1.5[Common] Switched to the shape predictor file trained using new datasets.
Dlib FaceLandmark Detector ver1.1.4 Release!
Version 1.1.4[Common]Updated WebCamTextureToMatHelper.cs v1.0.2[Common]Improved Utils.getFilePathAsync().
PlayMakerActions for DlibFaceLandmarkDetector 1.0.0 is now available.
PlayMakerActions for DlibFaceLandmarkDetector 1.0.0 is now available.https://www.assetstore.unity3d.com/#!/content/95863
Dlib FaceLandmark Detector ver1.1.3 Release!
Version 1.1.3[Common]Fixed to improve the pose estimation performance.[Common] Changed DetectLandmarkArray (int left, int top, int width, int height) to DetectLandmarkArray (double left, double top, double width, double height).[WebGL]Fixed Utils.getFilePathAsync() method.