Ask Your Question
0

createEigenFaceRecognizer identifier not found error im getting .Can anyone help me regarding this issue??

asked 2018-09-03 05:54:40 -0600

praveen1100 gravatar image

Im using opencv 3.0 , trying to compile the code but getting error "createEigenFaceRecognizer identifier not found "error im getting .Can anyone help me regarding this issue??

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-09-03 06:01:44 -0600

berak gravatar image

updated 2018-09-03 06:13:55 -0600

those face recognizer interfaces had a lot of modifications over time. you'd have to look at the 3.0.0 docs and see, it's :

cv::face::createEigenFaceRecognizer

but most likely, you missed, that you need to build your opencv with the contrib libs for this. see the readme there for build instructions.

you would also need to update your main opencv repo to latest 3.4 or master, since both repos need exactly the same version.

edit flag offensive delete link more

Comments

thanks for your response...i ll try compiling with contrib lib

praveen1100 gravatar imagepraveen1100 ( 2018-09-03 06:07:55 -0600 )edit

just saying, cv::face::EigenFaceRecognizer_create() for recent versions ...

berak gravatar imageberak ( 2018-09-03 06:13:38 -0600 )edit

cv::face::EigenFaceRecognizer_create() with this its not working ..may be i need to update with latest version of opencv

praveen1100 gravatar imagepraveen1100 ( 2018-09-03 06:46:21 -0600 )edit

still its not working?? is someone have any idea to solve this??

praveen1100 gravatar imagepraveen1100 ( 2018-09-06 01:11:13 -0600 )edit

do you realize, how useless "it's not working" comments are ?

berak gravatar imageberak ( 2018-09-06 01:21:31 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-09-03 05:54:40 -0600

Seen: 281 times

Last updated: Sep 03 '18