Homography based rotation estimator. More...
#include <opencv2/stitching/detail/motion_estimators.hpp>
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... | |
Homography based rotation estimator.
|
inline |
References CV_OVERRIDE.
|
inlineinherited |
Estimates camera parameters.
features | Features of images |
pairwise_matches | Pairwise matches of images |
cameras | Estimated camera parameters |
References CV_OUT.