Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top