Searched refs:max_violation (Results 1 – 1 of 1) sorted by relevance
425 …cted, const cv::Mat& actual, const cv::Mat& diff, double eps, double* max_violation = 0, double* m… in countViolations() argument439 if (v > 0 && max_violation != 0 && max_allowed != 0) in countViolations()443 *max_violation = diff64f.at<double>(loc[0], loc[1]); in countViolations()