Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_stitching |
Modifier and Type | Method and Description |
---|---|
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 void |
opencv_stitching.findMaxSpanningTree(int num_images,
MatchesInfo pairwise_matches,
Graph span_tree,
int[] centers) |
static void |
opencv_stitching.findMaxSpanningTree(int num_images,
MatchesInfo pairwise_matches,
Graph span_tree,
IntBuffer centers) |
static void |
opencv_stitching.findMaxSpanningTree(int num_images,
MatchesInfo pairwise_matches,
Graph span_tree,
IntPointer centers) |
static IntPointer |
opencv_stitching.leaveBiggestComponent(ImageFeatures features,
MatchesInfo pairwise_matches,
float conf_threshold) |
static BytePointer |
opencv_stitching.matchesGraphAsString(StringVector pathes,
MatchesInfo pairwise_matches,
float conf_threshold) |
Modifier and Type | Method and Description |
---|---|
MatchesInfo |
MatchesInfo.confidence(double setter) |
MatchesInfo |
MatchesInfo.dst_img_idx(int setter) |
MatchesInfo |
MatchesInfo.H(Mat setter) |
MatchesInfo |
MatchesInfo.inliers_mask(BytePointer setter) |
MatchesInfo |
MatchesInfo.matches(DMatchVector setter) |
MatchesInfo |
MatchesInfo.num_inliers(int setter) |
MatchesInfo |
MatchesInfo.position(long position) |
MatchesInfo |
MatchesInfo.put(MatchesInfo other) |
MatchesInfo |
MatchesInfo.src_img_idx(int setter) |
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.
|
MatchesInfo |
MatchesInfo.put(MatchesInfo other) |
Constructor and Description |
---|
MatchesInfo(MatchesInfo other) |
Copyright © 2020. All rights reserved.