摘要: matlab 2011b中的函数cvexShowMatches()显示匹配图像是非常不爽。 执行如下代码: I1 = imread('cameraman.tif');I2 = imresize(imrotate(I1,-20), 1.2);points1 = detectSURFFeatures(I1,'MetricThreshold',10000);points2 = detectSUR... 阅读全文
posted @ 2011-12-08 13:07 随梦而飞 阅读(1833) 评论(0) 推荐(0)