Home
last modified time | relevance | path

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

/external/opencv3/modules/core/test/
Dtest_operations.cpp747 if (Mat3f(1, 1).elemSize() != 3 * sizeof(float)) throw test_excep(); in TestTemplateMat()
749 if (Mat3f(1, 1).depth() != CV_32F) throw test_excep(); in TestTemplateMat()
750 if (Mat3f(1, 1).type() != CV_32FC3) throw test_excep(); in TestTemplateMat()
767 if (Mat3f(1, 1).channels() != 3) throw test_excep(); in TestTemplateMat()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp2110 typedef Mat_<Vec3f> Mat3f; typedef