Searched refs:Matx22f (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_operations.cpp | 899 Matx22f mat(2, 4, 6, 8); in TestMatxElementwiseDivison() 900 Matx22f mat2(2, 2, 2, 2); in TestMatxElementwiseDivison() 902 Matx22f res = mat.div(mat2); in TestMatxElementwiseDivison()
|
/external/opencv3/modules/features2d/src/kaze/ |
D | AKAZEFeatures.cpp | 400 Matx22f A(0, 0, 0, 0); in Do_Subpixel_Refinement()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | matx.hpp | 208 typedef Matx<float, 2, 2> Matx22f; typedef
|