Namespaces | Functions
include/opencv2/stitching/detail/autocalib.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  cv
 Namespace where all the C++ OpenCV functionality resides.
namespace  cv::detail

Functions

void CV_EXPORTS cv::detail::focalsFromHomography (const Mat &H, double &f0, double &f1, bool &f0_ok, bool &f1_ok)
void CV_EXPORTS cv::detail::estimateFocal (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< double > &focals)
bool CV_EXPORTS cv::detail::calibrateRotatingCamera (const std::vector< Mat > &Hs, Mat &K)