43 #ifndef __OPENCV_STITCHING_AUTOCALIB_HPP__
44 #define __OPENCV_STITCHING_AUTOCALIB_HPP__
56 void CV_EXPORTS
estimateFocal(
const std::vector<ImageFeatures> &features,
57 const std::vector<MatchesInfo> &pairwise_matches,
58 std::vector<double> &focals);
65 #endif // __OPENCV_STITCHING_AUTOCALIB_HPP__
The n-dimensional matrix class.
Definition: core.hpp:1688
void CV_EXPORTS focalsFromHomography(const Mat &H, double &f0, double &f1, bool &f0_ok, bool &f1_ok)
void CV_EXPORTS estimateFocal(const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< double > &focals)
bool CV_EXPORTS calibrateRotatingCamera(const std::vector< Mat > &Hs, Mat &K)
const T1 & f1
Definition: ts_gtest.h:1368