You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting error on compile. Something to do with not finding the FaceRecognizer class. This is a OSX 10.10 machine with opencv 2.4.10 installed via homebrew. Is the ofxOpenCV2461 library an absolute requirement?
ofxFaceRecognizer.h:54:9: Unknown type name 'FaceRecognizer'; did you mean 'ofxFaceRecognizer'?
many thanks for the code and any help
The text was updated successfully, but these errors were encountered:
i am guessing is not needed when you have opencv 2.4.10.
search your opencv 2.4.10 folder for the FaceRecognizer class and see if it there too.
maybe just a linking problem in your Xcode project.
Getting error on compile. Something to do with not finding the FaceRecognizer class. This is a OSX 10.10 machine with opencv 2.4.10 installed via homebrew. Is the ofxOpenCV2461 library an absolute requirement?
many thanks for the code and any help
The text was updated successfully, but these errors were encountered: