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

  /external/opencv/cv/src/
cvconvhull.cpp 395 int tr_count = sklansky( pointer, ptseq->total - 1, maxy_ind, tr_stack, -1, -1 ); local
401 CV_SWAP( tl_count, tr_count, t_count );
409 for( i = tr_count - 1; i > 0; i-- )
417 tr_count-1, 0, ptseq, &writer ));
424 for( i = tr_count - 1; i > 0; i-- )
427 stop_idx = tr_count > 2 ? tr_stack[1] : tl_count > 2 ? tl_stack[tl_count - 2] : -1;

Completed in 163 milliseconds