Skip to content

Commit

Permalink
GPU MatchTemplate32F test epsilon increased.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Sep 2, 2014
1 parent 10a2c51 commit e929dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gpu/test/test_imgproc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e929dd4

Please sign in to comment.