Home | History | Annotate | Download | only in src

Lines Matching refs:criteria

70 //            criteria      - criteria of termination processmaximum number of iterations
95 CvTermCriteria criteria )
378 if( criteria.type & CV_TERMCRIT_EPS )
404 if( criteria.type & CV_TERMCRIT_EPS )
434 if( criteria.type & CV_TERMCRIT_EPS )
459 if( (criteria.type & CV_TERMCRIT_ITER) && (iter == criteria.max_iter) )
461 if( (criteria.type & CV_TERMCRIT_EPS) && (Eps < criteria.epsilon) )
492 double lambda, CvTermCriteria criteria )
531 velx->step, (float)lambda, criteria ));