2012-07-16 35 views
0

我想建立它採用SURF匹配算法的OpenCV的程序,該代碼是在下面的鏈接:的OpenCV - SURF功能問題

http://feelmare.blogspot.ro/2011/10/sift-matching-c-source-code-using.html

不過,我獲得關於一些外部符號2個錯誤:_cvExtractSurf_cvSURFParams

error LNK2019: unresolved external symbol _cvExtractSURF referenced in function "public: bool __thiscall CMareMatchingClass::ExtractBGsurf(struct _IplImage *)" ([email protected]@@[email protected]@@Z) 
error LNK2019: unresolved external symbol _cvSURFParams referenced in function "public: __thiscall CMareMatchingClass::CMareMatchingClass(void)" ([email protected]@[email protected])  

你知道我該如何解決這個錯誤?我通過在Windows 7 - 64位的visual studio 2010中使用opencv 2.3.0來運行代碼。

回答