| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_stitching |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_stitching.estimateFocal(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
double[] focals) |
static void |
opencv_stitching.estimateFocal(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
double[] focals) |
static void |
opencv_stitching.estimateFocal(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
DoubleBuffer focals) |
static void |
opencv_stitching.estimateFocal(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
DoubleBuffer focals) |
static void |
opencv_stitching.estimateFocal(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
DoublePointer focals)
\brief Estimates focal lengths for each given camera.
|
static void |
opencv_stitching.estimateFocal(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
DoublePointer focals)
\brief Estimates focal lengths for each given camera.
|
static void |
opencv_stitching.findMaxSpanningTree(int num_images,
MatchesInfoVector pairwise_matches,
Graph span_tree,
int[] centers) |
static void |
opencv_stitching.findMaxSpanningTree(int num_images,
MatchesInfoVector pairwise_matches,
Graph span_tree,
int[] centers) |
static void |
opencv_stitching.findMaxSpanningTree(int num_images,
MatchesInfoVector pairwise_matches,
Graph span_tree,
IntBuffer centers) |
static void |
opencv_stitching.findMaxSpanningTree(int num_images,
MatchesInfoVector pairwise_matches,
Graph span_tree,
IntBuffer centers) |
static void |
opencv_stitching.findMaxSpanningTree(int num_images,
MatchesInfoVector pairwise_matches,
Graph span_tree,
IntPointer centers) |
static void |
opencv_stitching.findMaxSpanningTree(int num_images,
MatchesInfoVector pairwise_matches,
Graph span_tree,
IntPointer centers) |
static IntPointer |
opencv_stitching.leaveBiggestComponent(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
float conf_threshold) |
static IntPointer |
opencv_stitching.leaveBiggestComponent(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
float conf_threshold) |
static BytePointer |
opencv_stitching.matchesGraphAsString(StringVector pathes,
MatchesInfoVector pairwise_matches,
float conf_threshold) |
static BytePointer |
opencv_stitching.matchesGraphAsString(StringVector pathes,
MatchesInfoVector pairwise_matches,
float conf_threshold) |
| Modifier and Type | Method and Description |
|---|---|
MatchesInfoVector |
MatchesInfoVector.push_back(MatchesInfo value) |
MatchesInfoVector |
MatchesInfoVector.push_back(MatchesInfo value) |
MatchesInfoVector |
MatchesInfoVector.put(long i,
MatchesInfo value) |
MatchesInfoVector |
MatchesInfoVector.put(long i,
MatchesInfo value) |
MatchesInfoVector |
MatchesInfoVector.put(MatchesInfo... array) |
MatchesInfoVector |
MatchesInfoVector.put(MatchesInfo... array) |
MatchesInfoVector |
MatchesInfoVector.put(MatchesInfo value) |
MatchesInfoVector |
MatchesInfoVector.put(MatchesInfo value) |
MatchesInfoVector |
MatchesInfoVector.put(MatchesInfoVector x) |
MatchesInfoVector |
MatchesInfoVector.put(MatchesInfoVector x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Estimator.apply(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
CameraParamsVector cameras)
\brief Estimates camera parameters.
|
boolean |
Estimator.apply(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
CameraParamsVector cameras)
\brief Estimates camera parameters.
|
void |
FeaturesMatcher.apply2(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches) |
void |
FeaturesMatcher.apply2(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches) |
void |
FeaturesMatcher.apply2(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
UMat mask)
\brief Performs images matching.
|
void |
FeaturesMatcher.apply2(ImageFeaturesVector features,
MatchesInfoVector pairwise_matches,
UMat mask)
\brief Performs images matching.
|
MatchesInfoVector |
MatchesInfoVector.put(MatchesInfoVector x) |
MatchesInfoVector |
MatchesInfoVector.put(MatchesInfoVector x) |
Copyright © 2023. All rights reserved.