Skip to content

Commit

Permalink
Merge pull request opencv#17025 from tomoaki0705:fixTestFailureCUDABr…
Browse files Browse the repository at this point in the history
…uteForceNonLocalMeans
  • Loading branch information
alalek committed Apr 13, 2020
2 parents 245b2fe + 4e75f31 commit 675342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/photo/test/test_denoising.cuda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ TEST(CUDA_BruteForceNonLocalMeans, Regression)
cv::resize(gray_gold, gray_gold, cv::Size(256, 256));

EXPECT_MAT_NEAR(bgr_gold, dbgr, 1);
EXPECT_MAT_NEAR(gray_gold, dgray, 1e-4);
EXPECT_MAT_NEAR(gray_gold, dgray, 1);
}

////////////////////////////////////////////////////////
Expand Down

0 comments on commit 675342e

Please sign in to comment.