Home | History | Annotate | Download | only in opencv2

Lines Matching full:keypoints1

1085 @param keypoints1 Keypoints from the first source image.
1088 @param matches1to2 Matches from the first image to the second one, which means that keypoints1[i]
1104 CV_EXPORTS_W void drawMatches( InputArray img1, const std::vector<KeyPoint>& keypoints1,
1111 CV_EXPORTS_AS(drawMatchesKnn) void drawMatches( InputArray img1, const std::vector<KeyPoint>& keypoints1,
1124 std::vector<KeyPoint>* keypoints1, std::vector<KeyPoint>* keypoints2,