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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user