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