Table of Contents

Class BriefDescriptorExtractor

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

BRIEF Descriptor

public class BriefDescriptorExtractor : Feature2D, IDisposable
Inheritance
BriefDescriptorExtractor
Implements
Inherited Members

Fields

KERNEL_SIZE

public const int KERNEL_SIZE = 9

Field Value

int

PATCH_SIZE

public const int PATCH_SIZE = 48

Field Value

int

Methods

Create(int)

bytes is a length of descriptor in bytes. It can be equal 16, 32 or 64 bytes.

public static BriefDescriptorExtractor Create(int bytes = 32)

Parameters

bytes int

Returns

BriefDescriptorExtractor