Home
last modified time | relevance | path

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

/external/opencv3/modules/core/test/
Dtest_operations.cpp746 if (Mat2f(1, 1).elemSize() != 2 * sizeof(float)) throw test_excep(); in TestTemplateMat()
762 if (Mat2f(1, 1).channels() != 2) throw test_excep(); in TestTemplateMat()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp2109 typedef Mat_<Vec2f> Mat2f; typedef