Table of Contents

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

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