Home | History | Annotate | Download | only in src

Lines Matching full:iterations

130         grid.step = 5; // total iterations = 5
136 grid.step = 15; // total iterations = 4
142 grid.step = 7; // total iterations = 4
148 grid.step = 3; // total iterations = 3
154 grid.step = 14; // total iterations = 3
160 grid.step = 7; // total iterations = 3
2032 cvWriteInt( fs, "iterations", params.term_crit.max_iter );
2183 _params.term_crit.max_iter = cvReadIntByName( fs, tmp_node, "iterations", -1 );