http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
or .
Get the number of elements in the descriptor.
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static int GetDescriptorSize<TColor, TDescriptor>( this IDescriptorExtractor<TColor, TDescriptor> extractor ) where TColor : struct, new(), IColor where TDescriptor : struct, new() |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function GetDescriptorSize(Of TColor As {Structure, New, IColor}, TDescriptor As {Structure, New}) ( _ extractor As IDescriptorExtractor(Of TColor, TDescriptor) _ ) As Integer |
Visual C++ |
---|
[ExtensionAttribute] public: generic<typename TColor, typename TDescriptor> where TColor : value class, gcnew(), IColor where TDescriptor : value class, gcnew() static int GetDescriptorSize( IDescriptorExtractor<TColor, TDescriptor>^ extractor ) |
Parameters
- extractor
- Type: Emgu.CV.Features2D..::..IDescriptorExtractor<(Of <(<'TColor, TDescriptor>)>)>
The descriptor extractor
Type Parameters
- TColor
- The type of image the descriptor extractor operates on
- TDescriptor
- The depth of the type of descriptor