#include <ts.hpp>
Public Member Functions | |
| MatComparator (double maxdiff, int context) | |
| ::testing::AssertionResult | operator() (const char *expr1, const char *expr2, const Mat &m1, const Mat &m2) |
Public Attributes | |
| double | maxdiff |
| double | realmaxdiff |
| vector< int > | loc0 |
| int | context |
| cvtest::MatComparator::MatComparator | ( | double | maxdiff, |
| int | context | ||
| ) |
| ::testing::AssertionResult cvtest::MatComparator::operator() | ( | const char * | expr1, |
| const char * | expr2, | ||
| const Mat & | m1, | ||
| const Mat & | m2 | ||
| ) |
| vector<int> cvtest::MatComparator::loc0 |