Ask Your Question

Revision history [back]

face recognition, opencv 2.4, javacv, JNI

I am doing face recognition app using opencv 2.4.11, jdk 1.7.75, eclipse juno in windows 7 os and mingw64 (c,c++ compiler) all are 64 bits, here i can capture and detect as well as crop the face for recognition process, I am going to use createFisherFaceRecognizer() method, here I used java native interface for compile through c++ but i got some errors like

undefined reference to cv::createFisherFaceRecognizer(int, double)

please help me to solve this error.

Thanks you in advance