OpenCV  2.4.13.2
Open Source Computer Vision
autocalib.hpp File Reference
#include "opencv2/core/core.hpp"
#include "matchers.hpp"

Namespaces

 cv
 
 cv::detail
 

Functions

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