Searched refs:checkDiff (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_umat.cpp | 570 void checkDiff(const Mat& m1, const Mat& m2, const string& s) in checkDiff() function in cvtest::ocl::CV_UMatTest 585 #define CHECK_DIFF(a, b) checkDiff(a, b, "(" #a ") != (" #b ") at l." STR(__LINE__))
|
D | test_operations.cpp | 84 void checkDiff(const Mat& m1, const Mat& m2, const string& s) in checkDiff() function in CV_OperationsTest 103 #define CHECK_DIFF(a, b) checkDiff(a, b, "(" #a ") != (" #b ") at l." STR(__LINE__))
|