static void |
opencv_features2d.computeRecallPrecisionCurve(opencv_features2d.DMatchVectorVector matches1to2,
opencv_core.ByteVectorVector correctMatches1to2Mask,
opencv_core.Point2f recallPrecisionCurve) |
static void |
opencv_features2d.drawMatches(opencv_core.Mat img1,
opencv_features2d.KeyPoint keypoints1,
opencv_core.Mat img2,
opencv_features2d.KeyPoint keypoints2,
opencv_features2d.DMatchVectorVector 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.DMatchVectorVector matches1to2,
opencv_core.Mat outImg,
opencv_core.Scalar matchColor,
opencv_core.Scalar singlePointColor,
opencv_core.ByteVectorVector matchesMask,
int flags) |
static void |
opencv_features2d.evaluateGenericDescriptorMatcher(opencv_core.Mat img1,
opencv_core.Mat img2,
opencv_core.Mat H1to2,
opencv_features2d.KeyPoint keypoints1,
opencv_features2d.KeyPoint keypoints2,
opencv_features2d.DMatchVectorVector matches1to2,
opencv_core.ByteVectorVector correctMatches1to2Mask,
opencv_core.Point2f recallPrecisionCurve) |
static void |
opencv_features2d.evaluateGenericDescriptorMatcher(opencv_core.Mat img1,
opencv_core.Mat img2,
opencv_core.Mat H1to2,
opencv_features2d.KeyPoint keypoints1,
opencv_features2d.KeyPoint keypoints2,
opencv_features2d.DMatchVectorVector matches1to2,
opencv_core.ByteVectorVector correctMatches1to2Mask,
opencv_core.Point2f recallPrecisionCurve,
opencv_features2d.GenericDescriptorMatcher dmatch) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_features2d.DMatchVectorVector matches,
int k) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_features2d.DMatchVectorVector matches,
int k,
opencv_core.Mat mask,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_features2d.DMatchVectorVector matches,
int k) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_features2d.DMatchVectorVector matches,
int k,
opencv_core.MatVector masks,
boolean compactResult) |
void |
opencv_features2d.GenericDescriptorMatcher.knnMatch(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_core.Mat trainImage,
opencv_features2d.KeyPoint trainKeypoints,
opencv_features2d.DMatchVectorVector matches,
int k) |
void |
opencv_features2d.GenericDescriptorMatcher.knnMatch(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_core.Mat trainImage,
opencv_features2d.KeyPoint trainKeypoints,
opencv_features2d.DMatchVectorVector matches,
int k,
opencv_core.Mat mask,
boolean compactResult) |
void |
opencv_features2d.GenericDescriptorMatcher.knnMatch(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_features2d.DMatchVectorVector matches,
int k) |
void |
opencv_features2d.GenericDescriptorMatcher.knnMatch(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_features2d.DMatchVectorVector matches,
int k,
opencv_core.MatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_features2d.DMatchVectorVector matches,
float maxDistance) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_features2d.DMatchVectorVector matches,
float maxDistance,
opencv_core.Mat mask,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_features2d.DMatchVectorVector matches,
float maxDistance) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_features2d.DMatchVectorVector matches,
float maxDistance,
opencv_core.MatVector masks,
boolean compactResult) |
void |
opencv_features2d.GenericDescriptorMatcher.radiusMatch(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_core.Mat trainImage,
opencv_features2d.KeyPoint trainKeypoints,
opencv_features2d.DMatchVectorVector matches,
float maxDistance) |
void |
opencv_features2d.GenericDescriptorMatcher.radiusMatch(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_core.Mat trainImage,
opencv_features2d.KeyPoint trainKeypoints,
opencv_features2d.DMatchVectorVector matches,
float maxDistance,
opencv_core.Mat mask,
boolean compactResult) |
void |
opencv_features2d.GenericDescriptorMatcher.radiusMatch(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_features2d.DMatchVectorVector matches,
float maxDistance) |
void |
opencv_features2d.GenericDescriptorMatcher.radiusMatch(opencv_core.Mat queryImage,
opencv_features2d.KeyPoint queryKeypoints,
opencv_features2d.DMatchVectorVector matches,
float maxDistance,
opencv_core.MatVector masks,
boolean compactResult) |