Home/ FaceTracker Example

FaceTracker Example 1.2.1 MOD APK for Android

FaceTracker Example
Version 1.2.1
Update Time April 8, 2025
Category Business Office
Size 42.4MB
8.3
1
2
3
4
5

Non-rigid Face Tracking using OpenCV for Unity

This asset is the Non-rigid Face Tracking Example that can model and track the many complex parts of a person’s face in WebCamTexture in real-time.

Code is the rewrite of https://github.com/MasteringOpenCV/code/tree/master/Chapter6_NonRigidFaceTracking using the "OpenCV for Unity".

・Texture2DFaceTrackerExample - By detecting and tracking face from Texture2D, draw face’s points and connections.

・WebCamTextureFaceTrackerExample - By detecting and tracking face from WebCamTexture, draw face’s points and connections.

・FaceTrackerARExample - By using the tracking points of the face, display AR Object.

What's New in the Latest Version 1.2.1

Last updated on Feb 11, 2020 1.2.1
[Common]Fixed FaceTrackerARExample.

1.2.0
[Common]Updated for OpenCV for Unity v2.3.8.( This asset requires OpenCVforUnity 2.3.8 or later.)

1.1.9
[Common]Updated for OpenCV for Unity v2.3.3.( This asset requires OpenCVforUnity 2.3.3 or later.)

1.1.8
[Common]Updated to WebCamTextureToMatHelper.cs v1.0.4.
[WebGL]Fixed WebCamTextureFaceTrackerExample and FaceTrackerARExample for WebGL platform.