You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry I found the declaration of cv::DetPoint in types.hpp in the same folder and a modified version of surf.hpp and surf.cpp. Do these file need to be copied to replace the same ones from OpenCV 3.0 before compiling it and link to this project?
按照项目环境要求配置好完全一致的环境后,当我们想要编译源代码时,GetSaliencyMap()函数中第五行detector->detect(img, kpts, cv::noArray(), dpts); 报错:"cv::Feature2D::detect":没有重载函数接受4个参数; 然后我们查阅opencv文档,发现应该去掉第四个参数dpts,然后编译通过,运行时又在GetSaliencyMap()函数中从cv::drawKeypoints(c_img, kpts, d_img, cv::Scalar::all(-1), cv::DrawMatchesFlags::DEFAULT); 出现异常中断程序运行。
当我们使用您编译好的可执行文件FRF.exe时,按照项目配置将输入图像放入指定目录下,程序中途崩溃,无运行结果。
希望您能够抽空帮忙解答以上问题,仅用于学术实验对比。
The text was updated successfully, but these errors were encountered: