public class Xfeatures2d
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SURF_CUDA_ANGLE_ROW |
static int |
SURF_CUDA_HESSIAN_ROW |
static int |
SURF_CUDA_LAPLACIAN_ROW |
static int |
SURF_CUDA_OCTAVE_ROW |
static int |
SURF_CUDA_ROWS_COUNT |
static int |
SURF_CUDA_SIZE_ROW |
static int |
SURF_CUDA_X_ROW |
static int |
SURF_CUDA_Y_ROW |
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) |
static void |
matchGMS(Size size1,
Size size2,
MatOfKeyPoint keypoints1,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
MatOfDMatch matchesGMS,
boolean withRotation,
boolean withScale) |
static void |
matchGMS(Size size1,
Size size2,
MatOfKeyPoint keypoints1,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
MatOfDMatch matchesGMS,
boolean withRotation,
boolean withScale,
double thresholdFactor) |
public static final int SURF_CUDA_X_ROW
public static final int SURF_CUDA_Y_ROW
public static final int SURF_CUDA_LAPLACIAN_ROW
public static final int SURF_CUDA_OCTAVE_ROW
public static final int SURF_CUDA_SIZE_ROW
public static final int SURF_CUDA_ANGLE_ROW
public static final int SURF_CUDA_HESSIAN_ROW
public static final int SURF_CUDA_ROWS_COUNT
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, boolean withRotation, boolean withScale)
public static void matchGMS(Size size1, Size size2, MatOfKeyPoint keypoints1, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, MatOfDMatch matchesGMS, boolean withRotation)
public static void matchGMS(Size size1, Size size2, MatOfKeyPoint keypoints1, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, MatOfDMatch matchesGMS)
Generated on Sun Apr 7 2019 01:18:56 UTC / OpenCV 3.4.6