Method Create
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Create(BoostDescType, bool, float)
Creates the BoostDesc descriptor.
public static BoostDesc Create(BoostDescType desc = BoostDescType.Binboost256, bool useScaleOrientation = true, float scaleFactor = 6.25)
Parameters
descBoostDescTypeType of descriptor to use.
useScaleOrientationboolSample patterns using keypoints orientation.
scaleFactorfloatAdjust the sampling window of detected keypoints.