【发布时间】:2015-01-27 20:04:42
【问题描述】:
我在为大图像提取 SIFT 特征时遇到了错误。小图也可以。
有人知道怎么解决吗?图片的大小重要吗?
图片大小为2816 * 2122。我使用的代码是:
SiftFeatureDetector detector;
std::vector<KeyPoint> keypoints_object;
detector.detect(img, keypoints_object); // Here I met errors.
错误发布在这里: http://answers.opencv.org/upfiles/14223529532113216.jpg
【问题讨论】: