http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create a matched feature structure.
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public MatchedImageFeature( ImageFeature<TDescriptor> observedFeature, ImageFeature<TDescriptor>[] modelFeatures, double[] dist ) |
Visual Basic |
---|
Public Sub New ( _ observedFeature As ImageFeature(Of TDescriptor), _ modelFeatures As ImageFeature(Of TDescriptor)(), _ dist As Double() _ ) |
Visual C++ |
---|
public: MatchedImageFeature( ImageFeature<TDescriptor> observedFeature, array<ImageFeature<TDescriptor>>^ modelFeatures, array<double>^ dist ) |
Parameters
- observedFeature
- Type: Emgu.CV.Features2D..::..ImageFeature<(Of <(<'TDescriptor>)>)>
The feature from the observed image
- modelFeatures
- Type: array<Emgu.CV.Features2D..::..ImageFeature<(Of <(<'TDescriptor>)>)>>[]()[][]
The matched feature from the model
- dist
- Type: array<System..::..Double>[]()[][]
The distances between the feature from the observerd image and the matched feature from the model image