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,
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) |