2012-07-16 3 views
0

내가 SURF 매칭 알고리즘을 사용하는 OpenCV의 프로그램을 구축을 위해 노력하고, 코드는 다음 링크에 있습니다을 OpenCV - SURF 기능 문제

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

그러나, 나는 몇 가지 외부 기호에 대한이 오류를 획득하고 : _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을 사용하여 코드를 실행하고 있습니다.

답변

1

프로젝트 설정에서 모든 OpenCV 라이브러리를 연결하려고했습니다. 필요한 라이브러리를 연결하지 않았습니다. documentation을 참조하십시오.