mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Try to fix "enum struct" wrapping for Java
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ class SURFFLANNMatching {
|
||||
//-- Draw matches
|
||||
Mat imgMatches = new Mat();
|
||||
Features2d.drawMatches(img1, keypoints1, img2, keypoints2, goodMatches, imgMatches, Scalar.all(-1),
|
||||
Scalar.all(-1), new MatOfByte(), Features2d.NOT_DRAW_SINGLE_POINTS);
|
||||
Scalar.all(-1), new MatOfByte(), Features2d.DrawMatchesFlags_NOT_DRAW_SINGLE_POINTS);
|
||||
|
||||
//-- Show detected matches
|
||||
HighGui.imshow("Good Matches", imgMatches);
|
||||
|
||||
Reference in New Issue
Block a user