简体   繁体   中英

object matching using surf detector

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?

现在我使用的是opencv_calib3d231.lib而不是opencv_calib3d231d.lib ...并且它可以工作。谢谢

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM