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

  /external/opencv/cv/src/
cvconvhull.cpp 393 int tl_count = sklansky( pointer, 0, maxy_ind, tl_stack, -1, 1 ); local
394 int *tr_stack = tl_stack + tl_count;
401 CV_SWAP( tl_count, tr_count, t_count );
406 for( i = 0; i < tl_count - 1; i++ )
415 0, tl_count-1, ptseq, &writer ));
421 for( i = 0; i < tl_count - 1; i++ )
427 stop_idx = tr_count > 2 ? tr_stack[1] : tl_count > 2 ? tl_stack[tl_count - 2] : -1;

Completed in 65 milliseconds