Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_stitching |
Modifier and Type | Method and Description |
---|---|
static void |
opencv_stitching.computeImageFeatures(Feature2D featuresFinder,
GpuMatVector images,
ImageFeatures features) |
static void |
opencv_stitching.computeImageFeatures(Feature2D featuresFinder,
GpuMatVector images,
ImageFeatures features,
GpuMatVector masks) |
static void |
opencv_stitching.computeImageFeatures(Feature2D featuresFinder,
MatVector images,
ImageFeatures features) |
static void |
opencv_stitching.computeImageFeatures(Feature2D featuresFinder,
MatVector images,
ImageFeatures features,
MatVector masks)
\brief
|
static void |
opencv_stitching.computeImageFeatures(Feature2D featuresFinder,
UMatVector images,
ImageFeatures features) |
static void |
opencv_stitching.computeImageFeatures(Feature2D featuresFinder,
UMatVector images,
ImageFeatures features,
UMatVector masks) |
static void |
opencv_stitching.computeImageFeatures2(Feature2D featuresFinder,
GpuMat image,
ImageFeatures features) |
static void |
opencv_stitching.computeImageFeatures2(Feature2D featuresFinder,
GpuMat image,
ImageFeatures features,
GpuMat mask) |
static void |
opencv_stitching.computeImageFeatures2(Feature2D featuresFinder,
Mat image,
ImageFeatures features) |
static void |
opencv_stitching.computeImageFeatures2(Feature2D featuresFinder,
Mat image,
ImageFeatures features,
Mat mask)
\brief
|
static void |
opencv_stitching.computeImageFeatures2(Feature2D featuresFinder,
UMat image,
ImageFeatures features) |
static void |
opencv_stitching.computeImageFeatures2(Feature2D featuresFinder,
UMat image,
ImageFeatures features,
UMat mask) |
static void |
opencv_stitching.estimateFocal(ImageFeatures features,
MatchesInfo pairwise_matches,
double[] focals) |
static void |
opencv_stitching.estimateFocal(ImageFeatures features,
MatchesInfo pairwise_matches,
DoubleBuffer focals) |
static void |
opencv_stitching.estimateFocal(ImageFeatures features,
MatchesInfo pairwise_matches,
DoublePointer focals)
\brief Estimates focal lengths for each given camera.
|
static IntPointer |
opencv_stitching.leaveBiggestComponent(ImageFeatures features,
MatchesInfo pairwise_matches,
float conf_threshold) |
Modifier and Type | Method and Description |
---|---|
ImageFeatures |
ImageFeatures.descriptors(UMat setter) |
ImageFeatures |
ImageFeatures.img_idx(int setter) |
ImageFeatures |
ImageFeatures.img_size(Size setter) |
ImageFeatures |
ImageFeatures.keypoints(KeyPointVector setter) |
ImageFeatures |
ImageFeatures.position(long position) |
Modifier and Type | Method and Description |
---|---|
void |
FeaturesMatcher.apply(ImageFeatures features1,
ImageFeatures features2,
MatchesInfo matches_info)
\overload
|
void |
BestOf2NearestRangeMatcher.apply(ImageFeatures features,
MatchesInfo pairwise_matches) |
boolean |
Estimator.apply(ImageFeatures features,
MatchesInfo pairwise_matches,
CameraParams cameras)
\brief Estimates camera parameters.
|
void |
BestOf2NearestRangeMatcher.apply(ImageFeatures features,
MatchesInfo pairwise_matches,
UMat mask) |
void |
FeaturesMatcher.apply2(ImageFeatures features,
MatchesInfo pairwise_matches) |
void |
FeaturesMatcher.apply2(ImageFeatures features,
MatchesInfo pairwise_matches,
UMat mask)
\brief Performs images matching.
|
Copyright © 2020. All rights reserved.