Searched refs:Matx44f (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/ |
D | affine.hpp | 465 const cv::Matx44f& m = affine.matrix; in operator *()
|
D | matx.hpp | 223 typedef Matx<float, 4, 4> Matx44f; typedef
|
/external/opencv3/modules/core/test/ |
D | test_operations.cpp | 871 Matx44f mat44f(1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1); in TestMatxMultiplication() 1031 Matx44f m44(0.8147f, 0.6324f, 0.9575f, 0.9572f, in operations1()
|