Closed felipesaldamando closed 12 years ago
ofxCv/Tracker.h
to ofxCv/MyTracker.h
ofxCv/Tracker.cpp
to ofxCv/MyTracker.cpp
class Tracker
to class MyTracker
in ofxCv/MyTracker.h
ofxCv/MyTracker.cpp
change the #include "ofxCv/Tracker.h"
to `#include "ofxCv/MyTracker.h"ofxCv.h
change #include "ofxCv/Tracker.h"
to #include "ofxCv/MyTracker.h"
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.