문제

I am trying to detect an object from an image using SURF detector. For that I have tried to debug the code provided by OpenCV:

OpenCV-2.3.1-win-superpack\opencv\samples\cpp\tutorial_code\features2D\SURF_Homography.cpp

but it constantly shows runtime error..

"The procedure entrypoint?
destroy@task_base@internal@interface5@tbb@SAXAAVtask@4@@z could not be located in the dynamic link library tbb_debug.dll" 

can you tell me the reason behind this?

도움이 되었습니까?

해결책

Now I am using opencv_calib3d231.lib instead of opencv_calib3d231d.lib ...and it works.Thank you

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top