Toolkit capable of facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
This addon for openFrameworks implements the face detection and face landmark detection algorithm from openFace. We hope the addon is similar to ofxFaceTracker and ofxFaceTracker2.
The addon is able to:
- receive any ofImage, ofPixel or cv::Mat
- find all faces
- collect all landmarks and provide their 2D and 3D points
- label each face with an id
- provide the age of each label
- for tracking the faces over consecutive frame we use Kyle’s ofxCv tracker
Check the wiki for more instruction: https://github.com/antimodular/ofxOpenFace/wiki