#include <motion_estimators.hpp>
Inherits cv::detail::Estimator.
Public Member Functions | |
| HomographyBasedEstimator (bool is_focals_estimated=false) | |
| void | operator() (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras) |
| cv::detail::HomographyBasedEstimator::HomographyBasedEstimator | ( | bool | is_focals_estimated = false | ) |
| void cv::detail::Estimator::operator() | ( | const std::vector< ImageFeatures > & | features, |
| const std::vector< MatchesInfo > & | pairwise_matches, | ||
| std::vector< CameraParams > & | cameras | ||
| ) | [inherited] |