您的位置:首页 > Web前端

OpenCV - undefined reference: SurfFeatureDetector and BruteForceMatcher

2012-12-07 12:17 501 查看
If you're using opencv 2.4, SURF and SIFT interfaces are changed to nonfree folder. You can use it by including this line

#include <opencv2/nonfree/features2d.hpp>


 For BruteForceMatcher, please

#include <opencv2/legacy/legacy.hpp>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐