Click or drag to resize

DescriptorType Fields

http://www.emgu.com

The BoostDescDescriptorType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBgm
BGM is the base descriptor where each binary dimension is computed as the output of a single weak learner.
Public fieldStatic memberBgmBilinear
BGM_BILINEAR refers to same BGM but use different type of gradient binning. In the BGM_BILINEAR that use ASSIGN_BILINEAR binning type the gradient is assigned to the two neighbouring bins.
Public fieldStatic memberBgmHard
BGM_HARD refers to same BGM but use different type of gradient binning. In the BGM_HARD that use ASSIGN_HARD binning type the gradient is assigned to the nearest orientation bin.
Public fieldStatic memberBinboost128
BINBOOST and subvariants are the binary extensions of LBGM where each bit is computed as a thresholded linear combination of a set of weak learners.
Public fieldStatic memberBinboost256
BINBOOST and subvariants are the binary extensions of LBGM where each bit is computed as a thresholded linear combination of a set of weak learners.
Public fieldStatic memberBinboost64
BINBOOST and subvariants are the binary extensions of LBGM where each bit is computed as a thresholded linear combination of a set of weak learners.
Public fieldStatic memberLbgm
LBGM (alias FP-Boost) is the floating point extension where each dimension is computed as a linear combination of the weak learner responses.
Public fieldvalue__
Top
See Also