Searched refs:is_last_iter (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvpyrsegmentation.cpp | 108 void *_writer, float threshold, int is_last_iter, void *_stub, CvWriteNodeFunction /*func*/); 112 void *_writer, float threshold, int is_last_iter, void *_stub, CvWriteNodeFunction /*func*/); 321 int is_last_iter = cur_iter == max_iter - 1; in icvPyrSegmentation8uC1R() local 329 (float) threshold1, is_last_iter, &stub, in icvPyrSegmentation8uC1R() 392 if( !is_last_iter ) in icvPyrSegmentation8uC1R() 395 if( !is_last_iter ) in icvPyrSegmentation8uC1R() 398 if( !is_last_iter ) in icvPyrSegmentation8uC1R() 416 if( i < size.height || !is_last_iter ) in icvPyrSegmentation8uC1R() 451 if( is_last_iter ) in icvPyrSegmentation8uC1R() 494 if( l + 1 == level && !is_last_iter ) in icvPyrSegmentation8uC1R() [all …]
|