org.opencv.features2d
Class Features2d
java.lang.Object
org.opencv.features2d.Features2d
public class Features2d
- extends java.lang.Object
Method Summary |
static void |
drawKeypoints(Mat image,
MatOfKeyPoint keypoints,
Mat outImage)
|
static void |
drawKeypoints(Mat image,
MatOfKeyPoint keypoints,
Mat outImage,
Scalar color,
int flags)
|
static void |
drawMatches(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
Mat outImg)
|
static void |
drawMatches(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
MatOfByte matchesMask,
int flags)
|
static void |
drawMatches2(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
java.util.List<MatOfDMatch> matches1to2,
Mat outImg)
|
static void |
drawMatches2(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
java.util.List<MatOfDMatch> matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
java.util.List<MatOfByte> matchesMask,
int flags)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRAW_OVER_OUTIMG
public static final int DRAW_OVER_OUTIMG
- See Also:
- Constant Field Values
DRAW_RICH_KEYPOINTS
public static final int DRAW_RICH_KEYPOINTS
- See Also:
- Constant Field Values
NOT_DRAW_SINGLE_POINTS
public static final int NOT_DRAW_SINGLE_POINTS
- See Also:
- Constant Field Values
Features2d
public Features2d()
drawKeypoints
public static void drawKeypoints(Mat image,
MatOfKeyPoint keypoints,
Mat outImage)
drawKeypoints
public static void drawKeypoints(Mat image,
MatOfKeyPoint keypoints,
Mat outImage,
Scalar color,
int flags)
drawMatches
public static void drawMatches(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
Mat outImg)
drawMatches
public static void drawMatches(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
MatOfByte matchesMask,
int flags)
drawMatches2
public static void drawMatches2(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
java.util.List<MatOfDMatch> matches1to2,
Mat outImg)
drawMatches2
public static void drawMatches2(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
java.util.List<MatOfDMatch> matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
java.util.List<MatOfByte> matchesMask,
int flags)