matchFeatures does not match all features when comparing the same image. Why?

2 ビュー (過去 30 日間)
Julien
Julien 2016 年 5 月 12 日
Hi. I have an image I (greyscale). I detected and extracted SURF features from this image :
poi = detectSURFFeatures(I);
[features,validPoi] = extractFeatures(I,poi,'SURFSize',128);
373 features have been found. However, when I count the number of features matching to themselves, not all features match:
indexPairs = matchFeatures(features,features);
index pairs returns 365 matches only. Why ??? Note that I found this results for one image out of three only. For the other two images, matchFeatures returns the same number of features as extractFeatures. Thanks !

回答 (0 件)

カテゴリ

Help Center および File ExchangeFeature Detection and Extraction についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by