描述
WebGL support
iOS&Android support
Windows10 UWP support
Lumin ( MagicLeap ) support
Win& Mac& Linux Standalone support
Support for preview in the Editor
Works with Unity Cloud Build
Features:
● You can detect frontal human faces and face landmark (68 points, 17points, 6points) in Texture2D,WebCamTexture and Image byte array.
● ob ject Detector is made using the now classic Histogram of Oriented Gradients (HOG) feature combined with a linear classifier, an image pyramid, and sliding window detection scheme.
● Shape Predictor is created by using dlib's implementation of the paper (One Millisecond Face Alignment with an Ensemble of Regression Trees by Vahid Kazemi
and Josephine Sullivan, CVPR 2014).
● Advanced examples using “OpenCV for Unity” are Included. (The execution of this examples are required “OpenCV for Unity”.)
● PlayMakerActions for DlibFaceLandmarkDetector is available.