#include <motion_estimators.hpp>
Inherited by cv::detail::BundleAdjusterBase, and cv::detail::HomographyBasedEstimator.
Public Member Functions | |
| virtual | ~Estimator () |
| void | operator() (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras) |
Protected Member Functions | |
| virtual void | estimate (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras)=0 |
| virtual cv::detail::Estimator::~Estimator | ( | ) | [virtual] |
| void cv::detail::Estimator::operator() | ( | const std::vector< ImageFeatures > & | features, |
| const std::vector< MatchesInfo > & | pairwise_matches, | ||
| std::vector< CameraParams > & | cameras | ||
| ) |
| virtual void cv::detail::Estimator::estimate | ( | const std::vector< ImageFeatures > & | features, |
| const std::vector< MatchesInfo > & | pairwise_matches, | ||
| std::vector< CameraParams > & | cameras | ||
| ) | [protected, pure virtual] |
Implemented in cv::detail::BundleAdjusterBase.