Home
last modified time | relevance | path

Searched refs:Matx22f (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_operations.cpp899 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/
DAKAZEFeatures.cpp400 Matx22f A(0, 0, 0, 0); in Do_Subpixel_Refinement()
/external/opencv3/modules/core/include/opencv2/core/
Dmatx.hpp208 typedef Matx<float, 2, 2> Matx22f; typedef