Loading...
Searching...
No Matches
cv::detail::HomographyBasedEstimator Class Reference

Homography based rotation estimator. More...

#include <opencv2/stitching/detail/motion_estimators.hpp>

Inheritance diagram for cv::detail::HomographyBasedEstimator:
cv::detail::Estimator

Public Member Functions

 HomographyBasedEstimator (bool is_focals_estimated=false)
 
- Public Member Functions inherited from cv::detail::Estimator
virtual ~Estimator ()
 
bool operator() (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras)
 Estimates camera parameters.
 

Additional Inherited Members

virtual bool estimate (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras)=0
 This method must implement camera parameters estimation logic in order to make the wrapper detail::Estimator::operator()_ work.
 

Detailed Description

Homography based rotation estimator.

Constructor & Destructor Documentation

◆ HomographyBasedEstimator()

cv::detail::HomographyBasedEstimator::HomographyBasedEstimator ( bool  is_focals_estimated = false)
inline

The documentation for this class was generated from the following file: