Skip to content

Commit 99ecbc1

Browse files
committed
Merge moved code from opencv/3.4
2 parents c3de0d3 + f5368a9 commit 99ecbc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cudafilters/test/test_filters.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ PARAM_TEST_CASE(GaussianBlur, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels
445445
CUDA_TEST_P(GaussianBlur, Accuracy)
446446
{
447447
cv::Mat src = randomMat(size, type);
448-
double sigma1 = randomDouble(0.1, 1.0);
449-
double sigma2 = randomDouble(0.1, 1.0);
448+
double sigma1 = randomDouble(0.0, 1.0);
449+
double sigma2 = randomDouble(0.0, 1.0);
450450

451451
cv::Ptr<cv::cuda::Filter> gauss = cv::cuda::createGaussianFilter(src.type(), -1, ksize, sigma1, sigma2, borderType);
452452

0 commit comments

Comments
 (0)