mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
GPU MatchTemplate32F test epsilon increased.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user