Home | History | Annotate | Download | only in src

Lines Matching full:uniform

46     double width_log = rng.uniform(0., maxSizeLog);
47 double height_log = rng.uniform(0., maxSizeLog - width_log);
58 int i, dims = rng.uniform(minDims, maxDims+1);
62 double v = rng.uniform(0., maxSizeLog);
68 int j = rng.uniform(0, dims);
69 int k = rng.uniform(0, dims);
76 int channels = rng.uniform(minChannels, maxChannels+1);
81 depth = rng.uniform(CV_8U, CV_64F+1);
113 size0.width += std::max(rng.uniform(0, 10) - 5, 0);
114 size0.height += std::max(rng.uniform(0, 10) - 5, 0);
119 rng.fill(m, RNG::UNIFORM, minVal, maxVal);
137 size0[i] += std::max(rng.uniform(0, 5) - 2, 0);
145 rng.fill(m, RNG::UNIFORM, minVal, maxVal);
397 bool uniform = k >= elemSize;
402 if( uniform )