public class Xfeatures2d
extends java.lang.Object
Constructor and Description |
---|
Xfeatures2d() |
Modifier and Type | Method and Description |
---|---|
static void |
matchGMS(Size size1,
Size size2,
MatOfKeyPoint keypoints1,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
MatOfDMatch matchesGMS) |
static void |
matchGMS(Size size1,
Size size2,
MatOfKeyPoint keypoints1,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
MatOfDMatch matchesGMS,
boolean withRotation,
boolean withScale,
double thresholdFactor) |
public static void matchGMS(Size size1, Size size2, MatOfKeyPoint keypoints1, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, MatOfDMatch matchesGMS, boolean withRotation, boolean withScale, double thresholdFactor)
public static void matchGMS(Size size1, Size size2, MatOfKeyPoint keypoints1, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, MatOfDMatch matchesGMS)
Generated on Wed Jul 4 2018 14:01:58 UTC / OpenCV 3.4.2