OpenCV  3.4.12
Open Source Computer Vision
List of all members
cv::detail::AffineBasedEstimator Class Reference

Affine transformation based estimator. More...

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

Inheritance diagram for cv::detail::AffineBasedEstimator:
cv::detail::Estimator

Additional Inherited Members

- 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. More...
 

Detailed Description

Affine transformation based estimator.

This estimator uses pairwise transformations estimated by matcher to estimate final transformation for each camera.

See also
cv::detail::HomographyBasedEstimator

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