Enum BoostDescType
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Descriptor type for cv::xfeatures2d::BoostDesc.
public enum BoostDescType
Fields
Bgm = 100Base descriptor where each binary dimension is computed as the output of a single weak learner
BgmBilinear = 102BGM using ASSIGN_BILINEAR gradient binning
BgmHard = 101BGM using ASSIGN_HARD gradient binning
Binboost128 = 301128-bit binary extension of LBGM
Binboost256 = 302256-bit binary extension of LBGM
Binboost64 = 30064-bit binary extension of LBGM
Lbgm = 200Floating point extension (alias FP-Boost)