http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
The descriptor to the keypoint
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public TDescriptor[] Descriptor { get; set; } |
Visual Basic |
---|
Public Property Descriptor As TDescriptor() Get Set |
Visual C++ |
---|
public: property array<TDescriptor>^ Descriptor { array<TDescriptor>^ get (); void set (array<TDescriptor>^ value); } |