Home | History | Annotate | Download | only in src

Lines Matching refs:haar

911     return featureType == HAAR ? Ptr<FeatureEvaluator>(new HaarEvaluator) :
958 (data.featureType == FeatureEvaluator::HAAR ||
966 if( data.featureType == FeatureEvaluator::HAAR )
975 if( data.featureType == FeatureEvaluator::HAAR )
1127 if( featureType == FeatureEvaluator::HAAR )
1129 Ptr<HaarEvaluator> haar = featureEvaluator.dynamicCast<HaarEvaluator>();
1130 if( haar.empty() )
1137 opts = format("-D LOCAL_SIZE_X=%d -D LOCAL_SIZE_Y=%d -D SUM_BUF_SIZE=%d -D SUM_BUF_STEP=%d -D NODE_COUNT=%d -D SPLIT_STAGE=%d -D N_STAGES=%d -D MAX_FACES=%d -D HAAR",
1140 opts = format("-D LOCAL_SIZE_X=%d -D LOCAL_SIZE_Y=%d -D NODE_COUNT=%d -D SPLIT_STAGE=%d -D N_STAGES=%d -D MAX_FACES=%d -D HAAR",
1147 Rect normrect = haar->getNormRect();
1148 int sqofs = haar->getSquaresOffset();
1579 featureType = FeatureEvaluator::HAAR;