Dlib FaceLandmark Detector ver1.1.2 Release!
Version 1.1.2[Common]Updated WebCamTextureToMatHelper.cs and OptimizationWebCamTextureToMatHelper.cs(Changed several method names.). [Common]Changed the Example name.
Dlib FaceLandmark Detector ver1.1.1 Release!
Version 1.1.1[Common]Improved Utils.getFilePath() and Utils.getFilePathAsync().
Dlib FaceLandmark Detector ver1.1.0 Release!
Version 1.1.0 [Win][Mac][Linux][UWP]Added the native plugin file enabled SSE4 or AVX compiler option.
Dlib FaceLandmark Detector ver1.0.9 Release!
Version 1.0.9 [WebGL]Added WebGL Plugin for Unity5.6.
Dlib FaceLandmark Detector ver1.0.8 Release!
Verdion 1.0.8[Common]Changed the name of asset project.(“Sample” to “Example”)[Common]Fixed VideoCaptureARExample and WebCamTextureARExample.
Dlib FaceLandmark Detector ver1.0.7 Release!
Version1.0.7[Common]Fixed WebCamTextureToMatHelper.cs.(flipVertical and flipHorizontal flag)
Dlib FaceLandmark Detector ver1.0.6 Release!
Version 1.0.6[Common]Fixed OpenCVForUnityMenuItem.cs.(No valid name for platform: 11 Error)[Common]Added OptimizationWebCamTextureToMatHelper.cs.
Dlib FaceLandmark Detector ver1.0.5 Release!
Version 1.0.5[Common]Fixed WebCamTextureToMatHelper class.[Common]Added Utils.getVersion().[Common]Fixed Utils.getFilePathAsync().
Dlib FaceLandmark Detector ver1.0.4 Release!
Version 1.0.4[Common]Updated shape_predictor_68_face_landmarks_for_mobile.dat.
Add WebGL platform Supports!
A new target platform has been added to our Unity Asset “OpenCVForUnity” and “DlibFaceLandmarkDetector“. With this update, it is now possible to develop WebGL applications that users can easily play with web browsers. Although it is currently in beta version, it seems that the main functions are working without problems. It works with Unity 5.3 or later. Demo Application Click To Start Development Tips Put a file that you want to use for the Utils.getFilePathAsync() in the “Aseets/StreamingAssets/” folder. In Case of WebGL platform, you need to use the Utils.getFilePathAsync() instead of the Utils.getFilePath(). (The haarcascade_frontalface_alt.xml is for OpenCVForUnityExample’s scenes. Please copy only when necessary) On the WebGL platform (asm.js), the calculation result of Float type may be significantly different from other platforms. When using the OpenCV’s method that use the Mat class (CvType is CV_32F) as an argument, you need to pay attention to the calculation precision. Please try experiencing WebGL development.