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
scaleFactorfloatAdjust 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.
nBitsTeblidSizeDetermine the number of bits in the descriptor.