http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
An array of similar features from the model image
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>)>)>..::..SimilarFeature[] SimilarFeatures { get; set; } |
Visual Basic |
---|
Public Property SimilarFeatures As Features2DTracker<(Of <(<'TDescriptor>)>)>..::..SimilarFeature() Get Set |
Visual C++ |
---|
public: property array<Features2DTracker<(Of <(<'TDescriptor>)>)>..::..SimilarFeature>^ SimilarFeatures { array<Features2DTracker<(Of <(<'TDescriptor>)>)>..::..SimilarFeature>^ get (); void set (array<Features2DTracker<(Of <(<'TDescriptor>)>)>..::..SimilarFeature>^ value); } |