added NORM_L2SQR type to cv::norm

This commit is contained in:
Ilya Lavrenov
2014-01-07 20:32:22 +04:00
parent 2e5e278271
commit da2790249e
3 changed files with 26 additions and 7 deletions

View File

@@ -909,7 +909,7 @@ OCL_PERF_TEST_P(PSNRFixture, PSNR,
OCL_TEST_CYCLE() psnr = cv::PSNR(src1, src2);
SANITY_CHECK(psnr, 1e-6, ERROR_RELATIVE);
SANITY_CHECK(psnr, 1e-4, ERROR_RELATIVE);
}
} } // namespace cvtest::ocl