OpenCV  3.2.0-dev
Open Source Computer Vision
cv::detail::HomographyBasedEstimator Class Reference

Homography based rotation estimator. More...

#include "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

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

Member Function Documentation

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

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