Searched refs:Mat3f (Results 1 – 2 of 2) sorted by relevance
747 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()
2110 typedef Mat_<Vec3f> Mat3f; typedef