Home
last modified time | relevance | path

Searched refs:Mat1b (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_operations.cpp742 if (Mat1b(1, 1).elemSize() != sizeof(uchar)) throw test_excep(); in TestTemplateMat()
753 if (Mat1b(1, 1).depth() != CV_8U) throw test_excep(); in TestTemplateMat()
758 if (Mat1b(1, 1).channels() != 1) throw test_excep(); in TestTemplateMat()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp2088 typedef Mat_<uchar> Mat1b; typedef