Home
last modified time | relevance | path

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

/external/opencv3/modules/core/test/
Dtest_operations.cpp755 if (Mat1w(1, 1).depth() != CV_16U) throw test_excep(); in TestTemplateMat()
760 if (Mat1w(1, 1).channels() != 1) throw test_excep(); in TestTemplateMat()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp2098 typedef Mat_<ushort> Mat1w; typedef