kylemcdonald / ofxFaceTracker

CLM face tracking addon for openFrameworks based on Jason Saragih's FaceTracker.
http://facetracker.net/
Other
1.39k stars 371 forks source link

FACETRACKER namespace issue #28

Closed felipesaldamando closed 12 years ago

felipesaldamando commented 12 years ago

I know https://github.com/kylemcdonald/ofxFaceTracker/issues/17 is close but could you please explain me in detail how is "the dance" made to compile the project.

I´m a really newbie in Codeblocks lynux dev, but love ur your work.

Thanks in advance.

kylemcdonald commented 12 years ago
  1. change ofxCv/Tracker.h to ofxCv/MyTracker.h
  2. change ofxCv/Tracker.cpp to ofxCv/MyTracker.cpp
  3. change class Tracker to class MyTracker in ofxCv/MyTracker.h
  4. in ofxCv/MyTracker.cpp change the #include "ofxCv/Tracker.h" to `#include "ofxCv/MyTracker.h"
  5. in ofxCv.h change #include "ofxCv/Tracker.h" to #include "ofxCv/MyTracker.h"