Table of Contents

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

float

UseScaleOrientation

Sample patterns using keypoints orientation.

public bool UseScaleOrientation { get; set; }

Property Value

bool

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

desc BoostDescType

Type of descriptor to use.

useScaleOrientation bool

Sample patterns using keypoints orientation.

scaleFactor float

Adjust the sampling window of detected keypoints.

Returns

BoostDesc