Searched refs:getMatchedPointsCount (Results 1 – 3 of 3) sorted by relevance
334 …CV_EXPORTS int getMatchedPointsCount(std::vector<cv::KeyPoint>& gold, std::vector<cv::KeyPoint>& a…335 …CV_EXPORTS int getMatchedPointsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vecto…
501 int getMatchedPointsCount(std::vector<cv::KeyPoint>& gold, std::vector<cv::KeyPoint>& actual) in getMatchedPointsCount() function520 …int getMatchedPointsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vector<cv::KeyPo… in getMatchedPointsCount() function
198 int matchedCount = getMatchedPointsCount(keypoints_gold, keypoints, matches); in CUDA_TEST_P()