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

  /external/opencv3/modules/core/test/
test_arithm.cpp 38 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL_BUT_8S, 1,
427 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL_BUT_8S, 1, 1);
457 return cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL_BUT_8S, 1, 1);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 276 DEPTH_MASK_ALL_BUT_8S = DEPTH_MASK_ALL & ~DEPTH_MASK_8S,
    [all...]

Completed in 62 milliseconds