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

  /external/opencv3/modules/core/test/
test_operations.cpp 744 if (Mat3b(1, 1).elemSize() != 3 * sizeof(uchar)) throw test_excep();
754 if (Mat3b(1, 1).type() != CV_8UC3) throw test_excep();
768 if (Mat3b(1, 1).channels() != 3) throw test_excep();
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp     [all...]

Completed in 114 milliseconds