HomeSort by relevance Sort by last modified time
    Searched refs:DEPTH_MASK_ALL (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/core/test/
test_arithm.cpp 480 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, ARITHM_MAX_CHANNELS);
502 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, ARITHM_MAX_CHANNELS);
719 int srctype = cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, ARITHM_MAX_CHANNELS);
720 ddepth = cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, 1);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 275 DEPTH_MASK_ALL = (DEPTH_MASK_64F<<1)-1,
276 DEPTH_MASK_ALL_BUT_8S = DEPTH_MASK_ALL & ~DEPTH_MASK_8S,
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp 78 CV_Assert((typeMask & _OutputArray::DEPTH_MASK_ALL) != 0);
    [all...]

Completed in 763 milliseconds