Searched defs:cur_iter (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp190 int cur_iter = 0; /* current iteration */ local
319 for( cur_iter = 0; cur_iter < max_iter; cur_iter++ )
321 int is_last_iter = cur_iter == max_iter - 1;
604 int cur_iter = 0; /* current iteration */ local
739 for( cur_iter = 0; cur_iter < max_iter; cur_iter++ )
741 int is_last_iter = cur_iter
[all...]

Completed in 96 milliseconds