http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
An ImageFeature contains a keypoint and its descriptor
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
[SerializableAttribute] public struct ImageFeature<TDescriptor> where TDescriptor : struct, new() |
Visual Basic |
---|
<SerializableAttribute> _ Public Structure ImageFeature(Of TDescriptor As {Structure, New}) |
Visual C++ |
---|
[SerializableAttribute] generic<typename TDescriptor> where TDescriptor : value class, gcnew() public value class ImageFeature |
Type Parameters
- TDescriptor
- The type of data used for the descriptor. Either float or Byte