Home
last modified time | relevance | path

Searched defs:HaarFeatureDescriptor32 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCVHaarObjectDetection.hpp116 struct HaarFeatureDescriptor32 struct
134 if (numFeatures > HaarFeatureDescriptor32_CreateCheck_MaxNumFeatures) in create() argument
153 return (this->desc & HaarFeatureDescriptor32_Interpret_MaskFlagTilted) != 0; in isTilted() argument
158 return (this->desc & HaarFeatureDescriptor32_Interpret_MaskFlagLeftNodeLeaf) != 0; in isLeftNodeLeaf() argument
163 return (this->desc & HaarFeatureDescriptor32_Interpret_MaskFlagRightNodeLeaf) != 0; in isRightNodeLeaf() argument
168 …return (this->desc >> HaarFeatureDescriptor32_NumFeatures_Shift) & HaarFeatureDescriptor32_CreateC… in getNumFeatures() argument
173 return this->desc & HaarFeatureDescriptor32_CreateCheck_MaxFeatureOffset; in getFeaturesOffset() argument