Class BriefDescriptorExtractor
BRIEF Descriptor
Inheritance
System.Object
BriefDescriptorExtractor
Implements
Inherited Members
Namespace: OpenCvSharp.XFeatures2D
Assembly: OpenCvSharp.dll
Syntax
public class BriefDescriptorExtractor : Feature2D, ICvPtrHolder
Constructors
| Improve this Doc View SourceBriefDescriptorExtractor()
Declaration
protected BriefDescriptorExtractor()
BriefDescriptorExtractor(IntPtr)
Constructor
Declaration
protected BriefDescriptorExtractor(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | ptr |
Fields
| Improve this Doc View SourceKERNEL_SIZE
Declaration
public const int KERNEL_SIZE = 9
Field Value
Type | Description |
---|---|
System.Int32 |
PATCH_SIZE
Declaration
public const int PATCH_SIZE = 48
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceCreate(Int32)
bytes is a length of descriptor in bytes. It can be equal 16, 32 or 64 bytes.
Declaration
public static BriefDescriptorExtractor Create(int bytes = 32)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | bytes |
Returns
Type | Description |
---|---|
BriefDescriptorExtractor |
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()