Home
last modified time | relevance | path

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

/external/opencv3/modules/core/test/
Dtest_operations.cpp751 if (Mat1i(1, 1).depth() != CV_32S) throw test_excep(); in TestTemplateMat()
759 if (Mat1i(1, 1).channels() != 1) throw test_excep(); in TestTemplateMat()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp2103 typedef Mat_<int> Mat1i; typedef