Searched +defs:v22 +defs:b (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_operations.cpp | 103 #define CHECK_DIFF(a, b) checkDiff(a, b, "(" #a ") != (" #b ") at l." STR(__LINE__)) argument 104 #define CHECK_DIFF_FLT(a, b) checkDiffF(a, b, "(" #a ") !=(eps) (" #b ") at l." STR(__LINE__)) argument 784 Mat b(1,2,CV_32F,1.f); in TestTemplateMat() local 927 cv::Vec3b b = a; in TestVec() local 965 Vec2d v12(1, 1), v22(2, 2); in operations1() local 1014 Matx33f b(1.f, 2.f, 3.f, 4.f, 5.f, 6.f, 7.f, 8.f, 9.f); in operations1() local
|