@ch3 wrote:
Hello openframeworkers!
Just a few days ago I convinced my self to dive into the amazing world of OpenFrameworks with a project in mind.I want to track and recognize faces from the webcam, so I am looking around for libraries and example code to try out before the actual implementation. I've already managed to track faces both using the ofxOpenCv addon as well as ofxCv which seems to be faster and as far as I read better to use this than the first. (is that right you think?)
Moving on with a basic face recognition test, I manage to get some results by copy pasting code from this example project into mine .
With further looking online, I came across this class which seems to be a nicer approach. But correct me if I am wrong, it seems that this was written for an older version of openframeworks, or VisualStudio and it can't compile. It doesn't even have a ofApp.cpp file. Why is that?
I may be missing something fundamental here, but I am still trying to figure out how things work with visualStudio, c++, openframeworks and how to bring in additional libraries.
What do I need to do to add it to my project, or even run the testApp that comes with it?
Or is there maybe another easy to use class/library to consider using?thank you
Posts: 2
Participants: 1