void |
opencv_stitching.FeaturesFinder.apply(opencv_core.Mat image,
opencv_stitching.ImageFeatures features) |
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.Mat image,
opencv_stitching.ImageFeatures features,
opencv_core.Rect rois) |
void |
opencv_stitching.FeaturesMatcher.apply(opencv_stitching.ImageFeatures features1,
opencv_stitching.ImageFeatures features2,
opencv_stitching.MatchesInfo matches_info) |
void |
opencv_stitching.FeaturesMatcher.apply(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches) |
void |
opencv_stitching.FeaturesMatcher.apply(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches,
opencv_core.Mat mask) |
void |
opencv_stitching.Estimator.apply(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches,
opencv_stitching.CameraParams cameras) |
static void |
opencv_stitching.estimateFocal(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches,
double[] focals) |
static void |
opencv_stitching.estimateFocal(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches,
DoubleBuffer focals) |
static void |
opencv_stitching.estimateFocal(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches,
DoublePointer focals) |
static IntPointer |
opencv_stitching.leaveBiggestComponent(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches,
float conf_threshold) |