static void |
opencv_features2d.drawMatches(opencv_core.Mat img1,
opencv_features2d.KeyPoint keypoints1,
opencv_core.Mat img2,
opencv_features2d.KeyPoint keypoints2,
opencv_features2d.DMatch matches1to2,
opencv_core.Mat outImg) |
static void |
opencv_features2d.drawMatches(opencv_core.Mat img1,
opencv_features2d.KeyPoint keypoints1,
opencv_core.Mat img2,
opencv_features2d.KeyPoint keypoints2,
opencv_features2d.DMatch matches1to2,
opencv_core.Mat outImg,
opencv_core.Scalar matchColor,
opencv_core.Scalar singlePointColor,
byte[] matchesMask,
int flags) |
static void |
opencv_features2d.drawMatches(opencv_core.Mat img1,
opencv_features2d.KeyPoint keypoints1,
opencv_core.Mat img2,
opencv_features2d.KeyPoint keypoints2,
opencv_features2d.DMatch matches1to2,
opencv_core.Mat outImg,
opencv_core.Scalar matchColor,
opencv_core.Scalar singlePointColor,
ByteBuffer matchesMask,
int flags) |
static void |
opencv_features2d.drawMatches(opencv_core.Mat img1,
opencv_features2d.KeyPoint keypoints1,
opencv_core.Mat img2,
opencv_features2d.KeyPoint keypoints2,
opencv_features2d.DMatch matches1to2,
opencv_core.Mat outImg,
opencv_core.Scalar matchColor,
opencv_core.Scalar singlePointColor,
BytePointer matchesMask,
int flags) |
boolean |
opencv_features2d.DMatch.lessThan(opencv_features2d.DMatch m) |
void |
opencv_features2d.DescriptorMatcher.match(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_features2d.DMatch matches) |
void |
opencv_features2d.DescriptorMatcher.match(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_features2d.DMatch matches,
opencv_core.Mat mask) |
void |
opencv_features2d.DescriptorMatcher.match(opencv_core.Mat queryDescriptors,
opencv_features2d.DMatch matches) |
void |
opencv_features2d.DescriptorMatcher.match(opencv_core.Mat queryDescriptors,
opencv_features2d.DMatch matches,
opencv_core.MatVector masks) |
void |
opencv_features2d.GenericDescriptorMatcher.match(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_core.Mat trainImage,
opencv_features2d.KeyPoint trainKeypoints,
opencv_features2d.DMatch matches) |
void |
opencv_features2d.GenericDescriptorMatcher.match(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_core.Mat trainImage,
opencv_features2d.KeyPoint trainKeypoints,
opencv_features2d.DMatch matches,
opencv_core.Mat mask) |
void |
opencv_features2d.GenericDescriptorMatcher.match(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_features2d.DMatch matches) |
void |
opencv_features2d.GenericDescriptorMatcher.match(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_features2d.DMatch matches,
opencv_core.MatVector masks) |
opencv_stitching.MatchesInfo |
opencv_stitching.MatchesInfo.matches(opencv_features2d.DMatch matches) |
opencv_features2d.DMatchVectorVector |
opencv_features2d.DMatchVectorVector.put(long i,
long j,
opencv_features2d.DMatch value) |
opencv_features2d.DMatchVectorVector |
opencv_features2d.DMatchVectorVector.put(opencv_features2d.DMatch[]... array) |