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

  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 515 int cur_label = *pair16u32s_ptr[i].i; local
516 if( cur_label != prev_label )
517 c_map[++c_count] = prev_label = cur_label;
530 int cur_label = *int_ptr[i]; local
531 if( cur_label != prev_label )
532 c_map[++c_count] = prev_label = cur_label;
    [all...]
  /external/opencv/ml/src/
mltree.cpp 412 int cur_label = *int_ptr[i]; local
413 if( cur_label != prev_label )
414 c_map[++c_count] = prev_label = cur_label;
    [all...]

Completed in 604 milliseconds