Home | History | Annotate | Download | only in src

Lines Matching refs:CV_TERMCRIT_EPS

462 //              must be CV_TERMCRIT_NUMB, CV_TERMCRIT_EPS or
463 // CV_TERMCRIT_NUMB | CV_TERMCRIT_EPS. The function returns the real
486 if( m1 > calcLimit->max_iter && calcLimit->type != CV_TERMCRIT_EPS )
1301 // must be CV_TERMCRIT_NUMB, CV_TERMCRIT_EPS or
1302 // CV_TERMCRIT_NUMB | CV_TERMCRIT_EPS. The function returns the real
1335 if( nEigens > calcLimit->max_iter && calcLimit->type != CV_TERMCRIT_EPS )