Class BoostDesc
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Class implementing BoostDesc (Learning Image Descriptors with Boosting).
public class BoostDesc : Feature2D, IDisposable
- Inheritance
-
BoostDesc
- Implements
- Inherited Members
Properties
ScaleFactor
Adjust the sampling window of detected keypoints.
public float ScaleFactor { get; set; }
Property Value
UseScaleOrientation
Sample patterns using keypoints orientation.
public bool UseScaleOrientation { get; set; }
Property Value
Methods
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.