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