Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/src/opencl/
Dcascadedetect.cl88 int scaleIdx, tileIdx, stageIdx;
169 for( stageIdx = 0; stageIdx < SPLIT_STAGE; stageIdx++ )
171 int ntrees = stages[stageIdx].ntrees;
221 if( s < stages[stageIdx].threshold )
225 if( stageIdx == SPLIT_STAGE && (ystep == 1 || ((ix | iy) & 1) == 0) )
233 for( stageIdx = SPLIT_STAGE; stageIdx < N_STAGES; stageIdx++ )
246 … __global const Stump* stump = (__global const Stump*)nodes + stages[stageIdx].first;
248 __global const Node* node = nodes + stages[stageIdx].first*NODE_COUNT;
249 __global const float* leaves = leaves0 + stages[stageIdx].first*(NODE_COUNT+1);
252 int ntrees = stages[stageIdx].ntrees;
[all …]
/external/opencv3/modules/rsobjdetect/src/
Dinnerloop.cpp35 for(int stageIdx = 0; stageIdx < hf.stagesSize; stageIdx++) { in initInnerLoop() local
36 const HaarStage stage = cascadeStages[stageIdx]; in initInnerLoop()
/external/opencv3/modules/rsobjdetect/src/rs/
DdetectAt.rs114 for( int stageIdx = 0; stageIdx < nstages; stageIdx++ ) {
115 const HaarStage stage = stages[stageIdx];
/external/opencv3/modules/objdetect/src/
Dcascadedetect.hpp596 for( int stageIdx = 0; stageIdx < nstages; stageIdx++ ) in predictOrderedStump() local
598 const CascadeClassifierImpl::Data::Stage& stage = cascadeStages[stageIdx]; in predictOrderedStump()
612 return -stageIdx; in predictOrderedStump()
Dcascadedetect.cpp1683 for( size_t stageIdx = 0; stageIdx < nstages; stageIdx++ ) in read() local
1685 const Stage& stage = stages[stageIdx]; in read()