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

  /external/opencv3/modules/core/test/
test_umat.cpp 575 void checkDiffF(const Mat& m1, const Mat& m2, const string& s)
586 #define CHECK_DIFF_FLT(a, b) checkDiffF(a, b, "(" #a ") !=(eps) (" #b ") at l." STR(__LINE__))
test_operations.cpp 88 void checkDiffF(const Mat& m1, const Mat& m2, const string& s)
104 #define CHECK_DIFF_FLT(a, b) checkDiffF(a, b, "(" #a ") !=(eps) (" #b ") at l." STR(__LINE__))
    [all...]

Completed in 79 milliseconds