OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawMatches2
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/java/src/
features2d+Features2d.java
80
public static void
drawMatches2
(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List<MatOfDMatch> matches1to2, Mat outImg, Scalar matchColor, Scalar singlePointColor, List<MatOfByte> matchesMask, int flags)
94
public static void
drawMatches2
(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List<MatOfDMatch> matches1to2, Mat outImg)
/external/opencv3/modules/features2d/misc/java/src/cpp/
features2d_manual.hpp
422
CV_EXPORTS_AS(
drawMatches2
) void drawMatches( const Mat& img1, const std::vector<KeyPoint>& keypoints1,
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 194 milliseconds