| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_stitching.BundleAdjusterAffine
\brief Bundle adjuster that expects affine transformation
represented in homogeneous coordinates in R for each camera param.
|
static class |
opencv_stitching.BundleAdjusterAffinePartial
\brief Bundle adjuster that expects affine transformation with 4 DOF
represented in homogeneous coordinates in R for each camera param.
|
static class |
opencv_stitching.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.
|
static class |
opencv_stitching.BundleAdjusterReproj
\brief Implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection
error squares
|
static class |
opencv_stitching.NoBundleAdjuster
\brief Stub bundle adjuster that does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_stitching.BundleAdjusterBase |
opencv_stitching.Stitcher.bundleAdjuster() |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_stitching.Stitcher.setBundleAdjuster(opencv_stitching.BundleAdjusterBase bundle_adjuster) |
Copyright © 2018. All rights reserved.