HomeSort by relevance Sort by last modified time
    Searched defs:count_i (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mltree.cpp 630 int j = 0, idx, count_i; local
636 count_i = co[idx*2];
637 if( count_i )
640 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ )
653 count_i = co[idx*2];
654 if( count_i )
657 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ )
704 int count_i = co[i*2] local
747 int count_i = 1; local
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 819 int j = 0, idx, count_i; local
829 count_i = co[idx*2];
830 if( count_i )
831 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ )
840 count_i = co[idx*2];
841 if( count_i )
842 for( cur_ofs = co[idx*2+1]; count_i > 0; count_i--, j++, cur_ofs++ )
853 count_i = co[idx*2]
927 int count_i = co[i*2]; local
975 int count_i = 1; local
    [all...]

Completed in 183 milliseconds