OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cv::detail::HomographyBasedEstimator Class Reference

Homography based rotation estimator. More...

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

Inheritance diagram for cv::detail::HomographyBasedEstimator:
Collaboration diagram for cv::detail::HomographyBasedEstimator:

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

Detailed Description

Homography based rotation estimator.

Constructor & Destructor Documentation

◆ HomographyBasedEstimator()

cv::detail::HomographyBasedEstimator::HomographyBasedEstimator ( bool  is_focals_estimated = false)
inline
Python:
cv.detail.HomographyBasedEstimator([, is_focals_estimated]) -> <detail_HomographyBasedEstimator object>

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