Hi I am using opencv 3.0.0… and also tried newer and older versions…
But I am getting this error again and again…
error LNK2001: unresolved external symbol "struct cv::Ptr<class cv::face::LBPHFaceRecognizer> __cdecl cv::face::createLBPHFaceRecognizer(int,int,int,int,double)" (?createLBPHFaceRecognizer@face@cv@@YA?AU?$Ptr@VLBPHFaceRecognizer@face@cv@@@2@HHHHN@Z)
I have added this in linker->input->Additional dependencies…
opencv_world300.lib
dlib.lib
opencv_ts300.lib
But still am getting this error pls help…