Skip to content

KzKousaka/ciFaceTracker

 
 

Repository files navigation

ciFaceTracker

ciFaceTracker is a port of Kyle McDonald's ofxFaceTracker, which is based on Jason Saragih's FaceTracker library.

See ofxFaceTracer on GitHub

The model file paths ("face2.tracker", etc) are pulled from the package contents using:
path tBasePath = path( ci::app::getAssetPath("model") );

Topic

Suported Cinder v0.9.0

OpenCV is not equipped with a standard to v0.9.0.
So you need to include the Cinder-OpenCV3 in blocks.

Todo:

  • Test Expression and ExpressionClassifier file loading and saving. Should be implemented now, haven't had time to test yet.

About

A port of ofxFaceTracker for Cinder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • Shell 0.1%