getMatchedPointsCount  198 modules/cudafeatures2d/test/test_features2d.cpp         int matchedCount = getMatchedPointsCount(keypoints_gold, keypoints, matches);
getMatchedPointsCount  334 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS int getMatchedPointsCount(std::vector<cv::KeyPoint>& gold, std::vector<cv::KeyPoint>& actual);
getMatchedPointsCount  335 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS int getMatchedPointsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vector<cv::KeyPoint>& keypoints2, const std::vector<cv::DMatch>& matches);