Home
last modified time | relevance | path

Searched refs:HaarFeatureDescriptor32_Interpret_MaskFlagRightNodeLeaf (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCVHaarObjectDetection.hpp122 #define HaarFeatureDescriptor32_Interpret_MaskFlagRightNodeLeaf 0x20000000 macro
145 this->desc |= (bRightLeaf ? HaarFeatureDescriptor32_Interpret_MaskFlagRightNodeLeaf : 0); in create()
163 return (this->desc & HaarFeatureDescriptor32_Interpret_MaskFlagRightNodeLeaf) != 0; in isRightNodeLeaf()