#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 |
void cv::detail::Estimator::operator() | ( | const std::vector< ImageFeatures > & | features, |
const std::vector< MatchesInfo > & | pairwise_matches, | ||
std::vector< CameraParams > & | cameras | ||
) |
|
protectedpure virtual |
Implemented in cv::detail::BundleAdjusterBase.