Home
last modified time | relevance | path

Searched refs:getMatchedPointsCount (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp334 …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…
/external/opencv3/modules/ts/src/
Dcuda_test.cpp501 int getMatchedPointsCount(std::vector<cv::KeyPoint>& gold, std::vector<cv::KeyPoint>& actual) in getMatchedPointsCount() function
520 …int getMatchedPointsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vector<cv::KeyPo… in getMatchedPointsCount() function
/external/opencv3/modules/cudafeatures2d/test/
Dtest_features2d.cpp198 int matchedCount = getMatchedPointsCount(keypoints_gold, keypoints, matches); in CUDA_TEST_P()