Home | History | Annotate | Download | only in include

Lines Matching defs:max_iter

890     int    max_iter;
895 CV_INLINE CvTermCriteria cvTermCriteria( int type, int max_iter, double epsilon )
900 t.max_iter = max_iter;