Home
last modified time | relevance | path

Searched refs:checkDiff (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_umat.cpp570 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__))
Dtest_operations.cpp84 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__))