Ask Your Question

ankitnayan's profile - activity

2012-12-10 09:46:57 -0600 asked a question LNK2019 error in SURF_FlannMatcher.cpp

Done with OpenCV2.4.3 settings. SURF_FlannMatcher.cpp is giving LNK2019 error as follows :

Error 1 error LNK2019: unresolved external symbol "public: __thiscall cv::SURF::SURF(void)" (??0SURF@cv@@QAE@XZ) referenced in function _main C:\Users\Ankit\Documents\Visual Studio 2010\Projects\FLANN\FLANN\SURF_FlannMatcher.obj

There should not be any error as this code is in the tutorial book by OpenCV2.4.3 Somebody please help me out...