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

  /external/opencv/cv/src/
cvconvhull.cpp 255 int stop_idx; local
427 stop_idx = tr_count > 2 ? tr_stack[1] : tl_count > 2 ? tl_stack[tl_count - 2] : -1;
443 if( stop_idx >= 0 )
447 if( check_idx == stop_idx || (check_idx >= 0 &&
448 pointer[check_idx]->x == pointer[stop_idx]->x &&
449 pointer[check_idx]->y == pointer[stop_idx]->y) )

Completed in 1255 milliseconds