addMatches        172 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatch>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
addMatches        210 modules/ts/include/opencv2/ts/ts_perf.hpp #define SANITY_CHECK_MATCHES(array, ...) ::perf::Regression::addMatches(this, #array, array , ## __VA_ARGS__)