2012-07-16 115 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来运行代码。

回答