Home
last modified time | relevance | path

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

/external/opencv3/modules/core/test/
Dtest_arithm.cpp958 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_FLT, 1, ARITHM_MAX_CHANNELS); in getRandomType()
985 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_FLT, 1, ARITHM_MAX_CHANNELS); in getRandomType()
1071 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_FLT, 1, 1); in getRandomType()
/external/opencv3/modules/core/src/
Dmathfuncs.cpp1920 _roots.create(n0, 1, ctype, -1, true, _OutputArray::DEPTH_MASK_FLT); in solveCubic()
2052 _roots0.create(n, 1, CV_MAKETYPE(cdepth, 2), -1, true, _OutputArray::DEPTH_MASK_FLT); in solvePoly()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp277 DEPTH_MASK_FLT = DEPTH_MASK_32F + DEPTH_MASK_64F enumerator