http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Match the Image feature from the observed image to the features from the model image, using brute force matcher
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature[] MatchFeature( ImageFeature<TDescriptor>[] observedFeatures, int k ) |
Visual Basic |
---|
Public Function MatchFeature ( _ observedFeatures As ImageFeature(Of TDescriptor)(), _ k As Integer _ ) As Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature() |
Visual C++ |
---|
public: array<Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature>^ MatchFeature( array<ImageFeature<TDescriptor>>^ observedFeatures, int k ) |
Parameters
- observedFeatures
- Type: array<Emgu.CV.Features2D..::..ImageFeature<(Of <(<'TDescriptor>)>)>>[]()[][]
The Image feature from the observed image
- k
- Type: System..::..Int32
The number of neighbors to find