randomType         38 modules/core/test/test_arithm.cpp         return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL_BUT_8S, 1,
randomType        427 modules/core/test/test_arithm.cpp         return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL_BUT_8S, 1, 1);
randomType        457 modules/core/test/test_arithm.cpp         return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL_BUT_8S, 1, 1);
randomType        480 modules/core/test/test_arithm.cpp         return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, ARITHM_MAX_CHANNELS);
randomType        502 modules/core/test/test_arithm.cpp         return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, ARITHM_MAX_CHANNELS);
randomType        719 modules/core/test/test_arithm.cpp         int srctype = cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, ARITHM_MAX_CHANNELS);
randomType        720 modules/core/test/test_arithm.cpp         ddepth = cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, 1);
randomType        958 modules/core/test/test_arithm.cpp         return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_FLT, 1, ARITHM_MAX_CHANNELS);
randomType        985 modules/core/test/test_arithm.cpp         return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_FLT, 1, ARITHM_MAX_CHANNELS);
randomType       1071 modules/core/test/test_arithm.cpp         return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_FLT, 1, 1);
randomType       1158 modules/core/test/test_arithm.cpp         return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, 1);
randomType       1238 modules/core/test/test_arithm.cpp         int type = cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL_BUT_8S, 1, 4);
randomType       1284 modules/core/test/test_arithm.cpp         return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL_BUT_8S, 1, 1);
randomType         91 modules/ts/include/opencv2/ts.hpp CV_EXPORTS int randomType(RNG& rng, int typeMask, int minChannels, int maxChannels);