Searched defs:nodeOfs (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/objdetect/src/
H A Dcascadedetect.hpp507 int nodeOfs = 0, leafOfs = 0; local
523 int idx = 0, root = nodeOfs;
533 nodeOfs += weak.nodeCount;
547 int nodeOfs = 0, leafOfs = 0; local
565 int idx = 0, root = nodeOfs;
575 nodeOfs += weak.nodeCount;
H A Dcascadedetect.cpp1681 int nodeOfs = 0, leafOfs = 0; local
1688 for( int i = 0; i < ntrees; i++, nodeOfs++, leafOfs+= 2 )
1690 const DTreeNode& node = nodes[nodeOfs];

Completed in 188 milliseconds