OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
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)
 
bool operator() (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras)
 Estimates camera parameters. More...
 

Detailed Description

Homography based rotation estimator.

Constructor & Destructor Documentation

◆ HomographyBasedEstimator()

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

References CV_OVERRIDE.

Member Function Documentation

◆ operator()()

bool cv::detail::Estimator::operator() ( const std::vector< ImageFeatures > &  features,
const std::vector< MatchesInfo > &  pairwise_matches,
std::vector< CameraParams > &  cameras 
)
inlineinherited

Estimates camera parameters.

Parameters
featuresFeatures of images
pairwise_matchesPairwise matches of images
camerasEstimated camera parameters
Returns
True in case of success, false otherwise

References CV_OUT.


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