Searched refs:tr_count (Results 1 - 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
H A D | 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;
|
/external/opencv3/modules/imgproc/src/ |
H A D | convhull.cpp | 197 int tr_count = !is_float ? local 205 std::swap( tl_count, tr_count ); 210 for( i = tr_count - 1; i > 0; i-- ) 212 int stop_idx = tr_count > 2 ? tr_stack[1] : tl_count > 2 ? tl_stack[tl_count - 2] : -1;
|
Completed in 139 milliseconds