Filter the matched Features, such that if a match is not unique, it is rejected.
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
Parameters
- matchedFeatures
- Type: array<
Emgu.CV..::.SURFTracker..::.MatchedSURFFeature
>[]()[]
The Matched SURF features, each of them has the model feature sorted by distance. (e.g. SortMatchedFeaturesByDistance )
- uniquenessThreshold
- Type: System..::.Double
The distance different ratio which a match is consider unique, a good number will be 0.8
Return Value
The filtered matched SURF Features
See Also