Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Rotation Estimation
[Images stitching]
Data Structures | |
| class | Estimator |
| Rotation estimator base class. More... | |
| class | HomographyBasedEstimator |
| Homography based rotation estimator. More... | |
| class | BundleAdjusterBase |
| Base class for all camera parameters refinement methods. More... | |
| class | BundleAdjusterReproj |
| Implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection error squares. More... | |
| class | BundleAdjusterRay |
| Implementation of the camera parameters refinement algorithm which minimizes sum of the distances between the rays passing through the camera center and a feature. More... | |
Functions | |
| void CV_EXPORTS | waveCorrect (std::vector< Mat > &rmats, WaveCorrectKind kind) |
| Tries to make panorama more horizontal (or vertical). | |
Function Documentation
| void CV_EXPORTS cv::detail::waveCorrect | ( | std::vector< Mat > & | rmats, |
| WaveCorrectKind | kind | ||
| ) |
Tries to make panorama more horizontal (or vertical).
- Parameters:
-
rmats Camera rotation matrices. kind Correction kind, see detail::WaveCorrectKind.
Generated on Tue Jul 12 2022 16:42:42 by
1.7.2