Commit e929dd4d authored by Alexander Smorkalov's avatar Alexander Smorkalov

GPU MatchTemplate32F test epsilon increased.

parent 10a2c51c
......@@ -738,7 +738,7 @@ GPU_TEST_P(MatchTemplate32F, Regression)
cv::Mat dst_gold;
cv::matchTemplate(image, templ, dst_gold, method);
EXPECT_MAT_NEAR(dst_gold, dst, templ_size.area() * 1e-1);
EXPECT_MAT_NEAR(dst_gold, dst, templ_size.area() * 1.1e-1);
}
INSTANTIATE_TEST_CASE_P(GPU_ImgProc, MatchTemplate32F, testing::Combine(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment