1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Extended bilateralFilter test to cover more branches.

This commit is contained in:
Alexander Smorkalov
2024-06-19 15:29:07 +03:00
parent d1b643a05a
commit e7108f48ab
2 changed files with 6 additions and 4 deletions
@@ -243,7 +243,7 @@ namespace opencv_test { namespace {
rng.fill(_src, RNG::UNIFORM, 0, 256);
_sigma_color = _sigma_space = 1.;
_sigma_color = _sigma_space = rng.uniform(0., 10.);
return 1;
}