[This is preliminary documentation and is subject to change.]

Sorted the matched SURF feature, such that a matchedFeature with smaller distance has a lower index

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void SortMatchedSURFFeatures(
	SURFTracker..::.MatchedSURFFeature[] matchedFeatures
)
Public Shared Sub SortMatchedSURFFeatures ( _
	matchedFeatures As SURFTracker..::.MatchedSURFFeature() _
)
public:
static void SortMatchedSURFFeatures(
	array<SURFTracker..::.MatchedSURFFeature>^ matchedFeatures
)

Parameters

matchedFeatures
array< SURFTracker..::.MatchedSURFFeature >[]()[]
The matched features to be sorted

See Also