http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Filter the matched Features, such that if a match is not unique, it is rejected.
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature[] VoteForUniqueness( Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature[] matchedFeatures, double uniquenessThreshold ) |
Visual Basic |
---|
Public Shared Function VoteForUniqueness ( _ matchedFeatures As Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature(), _ uniquenessThreshold As Double _ ) As Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature() |
Visual C++ |
---|
public: static array<Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature>^ VoteForUniqueness( array<Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature>^ matchedFeatures, double uniquenessThreshold ) |
Parameters
- matchedFeatures
- Type: array<Emgu.CV.Features2D..::..Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature>[]()[][]
The Matched Image 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