Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown type name 'FaceRecognizer' #1

Open
cyphunk opened this issue Oct 26, 2015 · 1 comment
Open

Unknown type name 'FaceRecognizer' #1

cyphunk opened this issue Oct 26, 2015 · 1 comment

Comments

@cyphunk
Copy link

cyphunk commented Oct 26, 2015

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

@antimodular
Copy link
Collaborator

cv::FaceRecognizer is part of opencv.
http://docs.opencv.org/modules/contrib/doc/facerec/facerec_tutorial.html

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant