Home
last modified time | relevance | path

Searched refs:max_violation (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/ts/src/
Dts_perf.cpp425 …cted, const cv::Mat& actual, const cv::Mat& diff, double eps, double* max_violation = 0, double* m… in countViolations() argument
439 if (v > 0 && max_violation != 0 && max_allowed != 0) in countViolations()
443 *max_violation = diff64f.at<double>(loc[0], loc[1]); in countViolations()