Searched refs:DEPTH_MASK_ALL (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_arithm.cpp | 480 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, ARITHM_MAX_CHANNELS); in getRandomType() 502 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, ARITHM_MAX_CHANNELS); in getRandomType() 719 int srctype = cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, ARITHM_MAX_CHANNELS); in getRandomType() 720 ddepth = cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, 1); in getRandomType() 1158 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, 1); in getRandomType()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | mat.hpp | 275 DEPTH_MASK_ALL = (DEPTH_MASK_64F<<1)-1, enumerator 276 DEPTH_MASK_ALL_BUT_8S = DEPTH_MASK_ALL & ~DEPTH_MASK_8S,
|
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 78 CV_Assert((typeMask & _OutputArray::DEPTH_MASK_ALL) != 0); in randomType()
|