HomeSort by relevance Sort by last modified time
    Searched refs:checkDiff (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/test/
test_umat.cpp 570 void checkDiff(const Mat& m1, const Mat& m2, const string& s)
585 #define CHECK_DIFF(a, b) checkDiff(a, b, "(" #a ") != (" #b ") at l." STR(__LINE__))
test_operations.cpp 84 void checkDiff(const Mat& m1, const Mat& m2, const string& s)
103 #define CHECK_DIFF(a, b) checkDiff(a, b, "(" #a ") != (" #b ") at l." STR(__LINE__))
    [all...]

Completed in 62 milliseconds