How to perform symmetric matching with matchFeatures?
    5 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Elena Ranguelova
 am 10 Nov. 2016
  
    
    
    
    
    Bearbeitet: Elena Ranguelova
 am 11 Nov. 2016
            Hello,
As noticed by some users of the CVS Toolbox, matchFeatures by default does not perform symmetric matching. (see for example Why matchFeatures gives two different answers?).
It is clear why this would be the default behavior, but can the function be used to perform symmetric matching? In the answer to the above question from 2013, it's suggested to use the 'NearestNeighborSymmetric' method. Unfortunately the current version of matchFeatures does not support an argument 'Method'.
Can the function still be used to perform symmetric matching between 2 features vectors and if so how?
0 Kommentare
Akzeptierte Antwort
  Swarooph
    
 am 10 Nov. 2016
        This is explained in the release notes here. To match the behavior that was achieved using NearestNeighborSymmetric, set the Method property to Exhaustive, the Unique property to true, and the MaxRatio to 1.
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Feature Detection and Extraction finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!