Table of Contents

Class BEBLID

Namespace
Emgu.CV.XFeatures2D
Assembly
Emgu.CV.dll

Class implementing BEBLID (Boosted Efficient Binary Local Image Descriptor)

public class BEBLID : Feature2D, IDisposable, IAlgorithm
Inheritance
BEBLID
Implements
Inherited Members
Extension Methods

Constructors

BEBLID(float, BeblidSize)

Creates BEBLID (Boosted Efficient Binary Local Image Descriptor).

public BEBLID(float scaleFactor, BEBLID.BeblidSize size)

Parameters

scaleFactor float

Adjust the sampling window around detected keypoints: 1.00f should be the scale for ORB keypoints; 6.75f should be the scale for SIFT detected keypoints; 6.25f is default and fits for KAZE, SURF detected keypoints; 5.00f should be the scale for AKAZE, MSD, AGAST, FAST, BRISK keypoints

size BEBLID.BeblidSize

Determine the number of bits in the descriptor.

Methods

DisposeObject()

Release all the unmanaged resource associated with BEBLID

protected override void DisposeObject()