randomInt 904 modules/core/test/ocl/test_arithm.cpp nx = randomInt(1, 4); randomInt 905 modules/core/test/ocl/test_arithm.cpp ny = randomInt(1, 4); randomInt 1664 modules/core/test/ocl/test_arithm.cpp ptr[x] = randomInt(-1, 1) == 0 ? std::numeric_limits<float>::quiet_NaN() : ptr[x]; randomInt 82 modules/core/test/ocl/test_channels.cpp return CV_MAKE_TYPE(depth, randomInt(1, 3)); randomInt 257 modules/core/test/ocl/test_channels.cpp int cn = randomInt(1, 5); randomInt 311 modules/core/test/ocl/test_channels.cpp int nsrc = randomInt(1, 5), ndst = randomInt(1, 5); randomInt 339 modules/core/test/ocl/test_channels.cpp int npairs = randomInt(1, std::min(scntotal, dcntotal) + 1); randomInt 344 modules/core/test/ocl/test_channels.cpp fromTo[i<<1] = randomInt(0, scntotal); randomInt 345 modules/core/test/ocl/test_channels.cpp fromTo[(i<<1)+1] = randomInt(0, dcntotal); randomInt 387 modules/core/test/ocl/test_channels.cpp coi = randomInt(0, cn); randomInt 433 modules/core/test/ocl/test_channels.cpp coi = randomInt(0, cn); randomInt 111 modules/core/test/ocl/test_dft.cpp int nonzero_rows = hint ? src.rows - randomInt(1, src.rows-1) : 0; randomInt 78 modules/core/test/test_umat.cpp int roi_shift_x = randomInt(0, size.width-1); randomInt 79 modules/core/test/test_umat.cpp int roi_shift_y = randomInt(0, size.height-1); randomInt 91 modules/core/test/test_umat.cpp int dims = randomInt(2,6); randomInt 95 modules/core/test/test_umat.cpp _sz[i] = randomInt(1,50); randomInt 98 modules/core/test/test_umat.cpp int new_depth = randomInt(CV_8S, CV_64F); randomInt 99 modules/core/test/test_umat.cpp int new_cn = randomInt(1,4); randomInt 163 modules/core/test/test_umat.cpp int dims = randomInt(2,6); randomInt 168 modules/core/test/test_umat.cpp sz[i] = randomInt(1,45); randomInt 171 modules/core/test/test_umat.cpp int new_type = CV_MAKE_TYPE(randomInt(CV_8S,CV_64F),randomInt(1,4)); randomInt 201 modules/core/test/test_umat.cpp i = randomInt(0, ua.cols-1); randomInt 217 modules/core/test/test_umat.cpp i = randomInt(0, a.rows-1); randomInt 293 modules/core/test/test_umat.cpp int roi_shift_x = randomInt(0, size.width-1); randomInt 294 modules/core/test/test_umat.cpp int roi_shift_y = randomInt(0, size.height-1); randomInt 301 modules/core/test/test_umat.cpp int nChannels = randomInt(1,4); randomInt 315 modules/core/test/test_umat.cpp int new_rows = randomInt(1, INT_MAX); randomInt 330 modules/core/test/test_umat.cpp new_rows = (int)ua.total()*ua.channels()/(nChannels*randomInt(1, size.width*size.height)); randomInt 375 modules/core/test/test_umat.cpp int roi_shift_x = randomInt(0, size.width-1); randomInt 376 modules/core/test/test_umat.cpp int roi_shift_y = randomInt(0, size.height-1); randomInt 389 modules/core/test/test_umat.cpp int roi_shift_x = randomInt(0, size.width-1); randomInt 390 modules/core/test/test_umat.cpp int roi_shift_y = randomInt(0, size.height-1); randomInt 407 modules/core/test/test_umat.cpp int roi_shift_x = randomInt(0, size.width-1); randomInt 408 modules/core/test/test_umat.cpp int roi_shift_y = randomInt(0, size.height-1); randomInt 414 modules/core/test/test_umat.cpp int adjLeft = randomInt(-(roi_ua.cols/2), (size.width-1)/2); randomInt 415 modules/core/test/test_umat.cpp int adjRight = randomInt(-(roi_ua.cols/2), (size.width-1)/2); randomInt 416 modules/core/test/test_umat.cpp int adjTop = randomInt(-(roi_ua.rows/2), (size.height-1)/2); randomInt 417 modules/core/test/test_umat.cpp int adjBot = randomInt(-(roi_ua.rows/2), (size.height-1)/2); randomInt 459 modules/core/test/test_umat.cpp int roi_shift_x = randomInt(0, size.width-1); randomInt 460 modules/core/test/test_umat.cpp int roi_shift_y = randomInt(0, size.height-1); randomInt 465 modules/core/test/test_umat.cpp roi_shift_x = randomInt(0, s.width-1); randomInt 466 modules/core/test/test_umat.cpp roi_shift_y = randomInt(0, s.height-1); randomInt 506 modules/core/test/test_umat.cpp int roi_shift_x = randomInt(0, size.width-1); randomInt 507 modules/core/test/test_umat.cpp int roi_shift_y = randomInt(0, size.height-1); randomInt 513 modules/core/test/test_umat.cpp int n = randomInt(0, ua.cols-1); randomInt 228 modules/cudaarithm/test/test_arithm.cpp int cols = randomInt(2, 100); randomInt 229 modules/cudaarithm/test/test_arithm.cpp int rows = randomInt(2, 100); randomInt 292 modules/cudaarithm/test/test_arithm.cpp int cols = randomInt(2, 100); randomInt 293 modules/cudaarithm/test/test_arithm.cpp int rows = randomInt(2, 100); randomInt 88 modules/imgproc/test/ocl/test_boxfilter.cpp anchor.x = randomInt(-1, ksize.width); randomInt 89 modules/imgproc/test/ocl/test_boxfilter.cpp anchor.y = randomInt(-1, ksize.height); randomInt 95 modules/imgproc/test/ocl/test_filter2d.cpp anchor.x = randomInt(-1, kernel.size[0]); randomInt 96 modules/imgproc/test/ocl/test_filter2d.cpp anchor.y = randomInt(-1, kernel.size[1]); randomInt 109 modules/imgproc/test/ocl/test_histogram.cpp int cn = randomInt(1, 5); randomInt 115 modules/imgproc/test/ocl/test_histogram.cpp channels.push_back(randomInt(0, cn) + totalChannels); randomInt 123 modules/imgproc/test/ocl/test_histogram.cpp hist_size[i] = randomInt(10, 50); randomInt 159 modules/imgproc/test/ocl/test_histogram.cpp int histSize = randomInt(3, 29); randomInt 80 modules/imgproc/test/ocl/test_match_template.cpp Size templ_roiSize = Size(randomInt(1, image_roiSize.width), randomInt(1, image_roiSize.height)); randomInt 98 modules/imgproc/test/ocl/test_pyramids.cpp Size dst_roiSize = Size(randomInt((src_roiSize.width - 1) / 2, (src_roiSize.width + 3) / 2), randomInt 99 modules/imgproc/test/ocl/test_pyramids.cpp randomInt((src_roiSize.height - 1) / 2, (src_roiSize.height + 3) / 2)); randomInt 60 modules/ts/include/opencv2/ts/cuda_test.hpp CV_EXPORTS int randomInt(int minVal, int maxVal); randomInt 229 modules/ts/include/opencv2/ts/ocl_test.hpp return cv::Size(randomInt(minVal, maxVal), randomInt(minVal, maxVal)); randomInt 238 modules/ts/include/opencv2/ts/ocl_test.hpp return cv::Size(randomInt(minVal, maxVal), randomInt(minVal, maxVal)); randomInt 76 modules/ts/src/cuda_test.cpp return Size(randomInt(minVal, maxVal), randomInt(minVal, maxVal)); randomInt 98 modules/ts/src/cuda_test.cpp size0.width += randomInt(5, 15); randomInt 99 modules/ts/src/cuda_test.cpp size0.height += randomInt(5, 15);