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.
HomographyBasedEstimator Class Reference
[Rotation Estimation]
Homography based rotation estimator. More...
#include <motion_estimators.hpp>
Inherits cv::detail::Estimator.
Public Member Functions | |
| bool | operator() (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras) |
| Estimates camera parameters. | |
Detailed Description
Homography based rotation estimator.
Definition at line 98 of file motion_estimators.hpp.
Member Function Documentation
| 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 16:42:44 by
1.7.2