Searched defs:drawMatches (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | draw.cpp | 189 void drawMatches( InputArray img1, const std::vector<KeyPoint>& keypoints1, in drawMatches() function 218 void drawMatches( InputArray img1, const std::vector<KeyPoint>& keypoints1, in drawMatches() function
|
/external/opencv3/modules/java/src/ |
D | features2d+Features2d.java | 52 …public static void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoin… in drawMatches() method in Features2d 64 …public static void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoin… in drawMatches() method in Features2d
|