Home
last modified time | relevance | path

Searched refs:DEPTH_MASK_ALL (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_arithm.cpp480 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/
Dmat.hpp275 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/
Dts_func.cpp78 CV_Assert((typeMask & _OutputArray::DEPTH_MASK_ALL) != 0); in randomType()