Ask Your Question

allissaid's profile - activity

2013-04-22 11:51:43 -0600 received badge  Taxonomist
2012-07-19 11:29:14 -0600 received badge  Famous Question (source)
2012-07-18 16:20:54 -0600 commented answer Problems with class cv::FaceRecognizer under Windows 7 64 bit and VS2010

Hi J.B. Sorry for the late answer.

This is the line I added in Configuration properties>C/C++>Linker>Input and then in additional dependencies: "C:\OpenCV2.4\build\x64\vc10\lib\opencv_contrib242.lib"

Careful with the x64, you may be working under x86.

Hope it helps :)

2012-07-18 16:20:12 -0600 answered a question Problems with class cv::FaceRecognizer under Windows 7 64 bit and VS2010

Hi J.B. Sorry for the late answer.

This is the line I added in Configuration properties>C/C++>Linker>Input and then in additional dependencies: "C:\OpenCV2.4\build\x64\vc10\lib\opencv_contrib242.lib"

Careful with the x64, you may be working under x86.

Hope it helps :)

Nil

2012-07-15 04:26:18 -0600 received badge  Notable Question (source)
2012-07-08 15:45:06 -0600 received badge  Popular Question (source)
2012-07-08 13:44:30 -0600 received badge  Self-Learner (source)
2012-07-08 13:44:30 -0600 received badge  Teacher (source)
2012-07-07 16:10:38 -0600 answered a question Problems with class cv::FaceRecognizer under Windows 7 64 bit and VS2010

Ok. Its solved!

The cv::FaceRecognizer is in the opencv_contrib242.lib module, which I didn't link.

Thanks everyone anyway!

Nil

2012-07-07 15:00:47 -0600 asked a question Problems with class cv::FaceRecognizer under Windows 7 64 bit and VS2010

Hallo,

I am looking forward to compile the facerecognition in videos with openCV but I can't.

I get this error message in my compiler (VS2010):

1>FaceReconizer.obj : error LNK2019: unresolved external symbol "class cv::Ptr<class cv::facerecognizer=""> __cdecl cv::createFisherFaceRecognizer(int)" (? createFisherFaceRecognizer@cv@@YA?AV?$Ptr@VFaceRecognizer@cv@@@1@H@Z) referenced in function main

1>c:\users\nilmb\documents\visual studio 2010\Projects\FaceReconizer\x64\Debug\FaceReconizer.exe : fatal error LNK1120: 1 unresolved externals

Yes, is a linker error. As far as I know I have everything correctly linked in VS2010 since I can perfectly run a program capturing frames from my webcam and showing the video using the opencv functions.

As I said I am running everything under Windows 7 64 bits and OpenCV 2.4.2.

Do you have any idea about how to fix this?

Thanks so much for your help in advance,

Nil