Home | History | Annotate | Download | only in src

Lines Matching full:abs_max

985             double abs_max  = 0;
988 if (fabs(ekk.at<double>(i)) > abs_max)
990 abs_max = fabs(ekk.at<double>(i));
994 CV_Assert(abs_max < threshold); // bad stereo pair