Table of Contents

Enum BoostDescType

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Descriptor type for cv::xfeatures2d::BoostDesc.

public enum BoostDescType

Fields

Bgm = 100

Base descriptor where each binary dimension is computed as the output of a single weak learner

BgmBilinear = 102

BGM using ASSIGN_BILINEAR gradient binning

BgmHard = 101

BGM using ASSIGN_HARD gradient binning

Binboost128 = 301

128-bit binary extension of LBGM

Binboost256 = 302

256-bit binary extension of LBGM

Binboost64 = 300

64-bit binary extension of LBGM

Lbgm = 200

Floating point extension (alias FP-Boost)