I have this function in C++ using OpenCV:
vector test(Mat img) { int minHessian = 400; SurfFeatureDetector detector( minHessian ); vector&
It is library problem,in my case changed the project property "Use of mfc" from static to "Use MFC in a Shared DLL" do the trick.