matchFeatures returns wrong matches
古いコメントを表示
Hello, I am trying to use the matchFeatures function in order to match a set of image corners returned by the corner function (Harris) with another set of the same image corners found manually with data cursor. Harris' algorithm returns 18 corners and I manually spot 20 but I guess this is fine. The problem is matchFeatures doesn't seem to work properly since these are my results :
right_matched_indexes = matchFeatures(right_image_corners_Harris, right_image_corners_manual);

Shouldn't 11 be matched to 9 and 14 to 2? I'd appreciate any help regarding why this is happening and any solutions. Thanks
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Feature Detection and Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!