Table of Contents

Method Create

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

Create(float, TeblidSize)

Creates the TEBLID descriptor.

public static TEBLID Create(float scaleFactor, TeblidSize nBits = TeblidSize.Size256Bits)

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 TeblidSize

Determine the number of bits in the descriptor.

Returns

TEBLID