Home | History | Annotate | Download | only in src

Lines Matching refs:CV_TERMCRIT_EPS

173     term_crit = cvTermCriteria( CV_TERMCRIT_ITER+CV_TERMCRIT_EPS, 1000, FLT_EPSILON );
2029 if( params.term_crit.type & CV_TERMCRIT_EPS )
2184 CV_TERMCRIT_EPS : 0) +
2188 _params.term_crit = cvTermCriteria( CV_TERMCRIT_EPS + CV_TERMCRIT_ITER, 1000, FLT_EPSILON );