Table of Contents

Method Create

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

Create(float, BeblidSize)

Creates the BEBLID descriptor.

public static BEBLID Create(float scaleFactor, BeblidSize nBits = BeblidSize.Size512Bits)

Parameters

scaleFactor float

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

nBits BeblidSize

Determine the number of bits in the descriptor.

Returns

BEBLID