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.
Dependents: RZ_A2M_Mbed_samples
BundleAdjusterRay Class Reference
[Rotation Estimation]
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...
#include <motion_estimators.hpp>
Inherits cv::detail::BundleAdjusterBase.
Public Member Functions | |
| bool | operator() (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras) |
| Estimates camera parameters. | |
Protected Member Functions | |
| virtual bool | estimate (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras) |
| This method must implement camera parameters estimation logic in order to make the wrapper detail::Estimator::operator()_ work. | |
Detailed Description
Implementation of the camera parameters refinement algorithm which minimizes sum of the distances between the rays passing through the camera center and a feature.
:
It can estimate focal length. It ignores the refinement mask for now.
Definition at line 259 of file motion_estimators.hpp.
Member Function Documentation
| virtual bool estimate | ( | const std::vector< ImageFeatures > & | features, |
| const std::vector< MatchesInfo > & | pairwise_matches, | ||
| std::vector< CameraParams > & | cameras | ||
| ) | [protected, virtual, inherited] |
This method must implement camera parameters estimation logic in order to make the wrapper detail::Estimator::operator()_ work.
- Parameters:
-
features Features of images pairwise_matches Pairwise matches of images cameras Estimated camera parameters
- Returns:
- True in case of success, false otherwise
Implements Estimator.
| bool operator() | ( | const std::vector< ImageFeatures > & | features, |
| const std::vector< MatchesInfo > & | pairwise_matches, | ||
| std::vector< CameraParams > & | cameras | ||
| ) | [inherited] |
Estimates camera parameters.
- Parameters:
-
features Features of images pairwise_matches Pairwise matches of images cameras Estimated camera parameters
- Returns:
- True in case of success, false otherwise
Definition at line 77 of file motion_estimators.hpp.
Generated on Tue Jul 12 2022 18:20:24 by
1.7.2