Lines Matching refs:KeyPoint
437 bool keyPointsEquals(const cv::KeyPoint& p1, const cv::KeyPoint& p2) in keyPointsEquals()
459 struct KeyPointLess : std::binary_function<cv::KeyPoint, cv::KeyPoint, bool>
461 bool operator()(const cv::KeyPoint& kp1, const cv::KeyPoint& kp2) const in operator ()()
468 …ar* gold_expr, const char* actual_expr, std::vector<cv::KeyPoint>& gold, std::vector<cv::KeyPoint>… in assertKeyPointsEquals()
482 const cv::KeyPoint& p1 = gold[i]; in assertKeyPointsEquals()
483 const cv::KeyPoint& p2 = actual[i]; in assertKeyPointsEquals()
501 int getMatchedPointsCount(std::vector<cv::KeyPoint>& gold, std::vector<cv::KeyPoint>& actual) in getMatchedPointsCount()
510 const cv::KeyPoint& p1 = gold[i]; in getMatchedPointsCount()
511 const cv::KeyPoint& p2 = actual[i]; in getMatchedPointsCount()
520 …int getMatchedPointsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vector<cv::KeyPo… in getMatchedPointsCount()
528 const cv::KeyPoint& p1 = keypoints1[m.queryIdx]; in getMatchedPointsCount()
529 const cv::KeyPoint& p2 = keypoints2[m.trainIdx]; in getMatchedPointsCount()