| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_stitching.ImageFeatures |
opencv_stitching.ImageFeatures.descriptors(opencv_core.UMat descriptors) |
opencv_stitching.ImageFeatures |
opencv_stitching.ImageFeatures.img_idx(int img_idx) |
opencv_stitching.ImageFeatures |
opencv_stitching.ImageFeatures.img_size(opencv_core.Size img_size) |
opencv_stitching.ImageFeatures |
opencv_stitching.ImageFeatures.keypoints(opencv_core.KeyPointVector keypoints) |
opencv_stitching.ImageFeatures |
opencv_stitching.ImageFeatures.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.GpuMat image,
opencv_stitching.ImageFeatures features) |
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.GpuMat image,
opencv_stitching.ImageFeatures features,
opencv_core.RectVector rois) |
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.GpuMatVector images,
opencv_stitching.ImageFeatures features) |
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.GpuMatVector images,
opencv_stitching.ImageFeatures features,
opencv_core.RectVectorVector rois) |
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.Mat image,
opencv_stitching.ImageFeatures features)
\overload
|
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.Mat image,
opencv_stitching.ImageFeatures features,
opencv_core.RectVector rois)
\brief Finds features in the given image.
|
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.MatVector images,
opencv_stitching.ImageFeatures features)
\overload
|
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.MatVector images,
opencv_stitching.ImageFeatures features,
opencv_core.RectVectorVector rois)
\brief Finds features in the given images in parallel.
|
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.UMat image,
opencv_stitching.ImageFeatures features) |
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.UMat image,
opencv_stitching.ImageFeatures features,
opencv_core.RectVector rois) |
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.UMatVector images,
opencv_stitching.ImageFeatures features) |
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.UMatVector images,
opencv_stitching.ImageFeatures features,
opencv_core.RectVectorVector rois) |
void |
opencv_stitching.FeaturesMatcher.apply(opencv_stitching.ImageFeatures features1,
opencv_stitching.ImageFeatures features2,
opencv_stitching.MatchesInfo matches_info)
\overload
|
void |
opencv_stitching.FeaturesMatcher.apply(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches) |
void |
opencv_stitching.BestOf2NearestRangeMatcher.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.UMat mask)
\brief Performs images matching.
|
void |
opencv_stitching.BestOf2NearestRangeMatcher.apply(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches,
opencv_core.UMat mask) |
boolean |
opencv_stitching.Estimator.apply(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches,
opencv_stitching.CameraParams cameras)
\brief Estimates camera parameters.
|
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,
org.bytedeco.javacpp.DoublePointer focals)
\brief Estimates focal lengths for each given camera.
|
static org.bytedeco.javacpp.IntPointer |
opencv_stitching.leaveBiggestComponent(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches,
float conf_threshold) |
Copyright © 2018. All rights reserved.