简体   繁体   English

使用Surf检测器进行对象匹配

[英]object matching using surf detector

I am trying to detect an object from an image using SURF detector. 我正在尝试使用SURF检测器从图像检测对象。 For that I have tried to debug the code provided by OpenCV: 为此,我尝试调试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 ...并且它可以工作。谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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