Package | Description |
---|---|
org.bytedeco.opencv.opencv_stitching |
Modifier and Type | Class and Description |
---|---|
class |
AffineBasedEstimator
\brief Affine transformation based estimator.
|
class |
BundleAdjusterAffine
\brief Bundle adjuster that expects affine transformation
represented in homogeneous coordinates in R for each camera param.
|
class |
BundleAdjusterAffinePartial
\brief Bundle adjuster that expects affine transformation with 4 DOF
represented in homogeneous coordinates in R for each camera param.
|
class |
BundleAdjusterBase
\brief Base class for all camera parameters refinement methods.
|
class |
BundleAdjusterRay
\brief Implementation of the camera parameters refinement algorithm which minimizes sum of the distances
between the rays passing through the camera center and a feature.
|
class |
BundleAdjusterReproj
\brief Implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection
error squares
|
class |
HomographyBasedEstimator
\brief Homography based rotation estimator.
|
class |
NoBundleAdjuster
\brief Stub bundle adjuster that does nothing.
|
Modifier and Type | Method and Description |
---|---|
Estimator |
Stitcher.estimator() |
Modifier and Type | Method and Description |
---|---|
void |
Stitcher.setEstimator(Estimator estimator) |
Copyright © 2020. All rights reserved.