43
#ifndef OPENCV_STITCHING_AUTOCALIB_HPP
44
#define OPENCV_STITCHING_AUTOCALIB_HPP
46
#include "opencv2/core.hpp"
47
#include "matchers.hpp"
75
void
CV_EXPORTS
estimateFocal(
const
std::vector<ImageFeatures> &features,
76
const
std::vector<MatchesInfo> &pairwise_matches,
77
std::vector<double> &focals);
79
bool
CV_EXPORTS_W calibrateRotatingCamera(
const
std::vector<Mat> &Hs,CV_OUT
Mat
&K);
n-dimensional dense array class
Definition:
mat.hpp:802
void CV_EXPORTS estimateFocal(const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< double > &focals)
Estimates focal lengths for each given camera.
void CV_EXPORTS_W focalsFromHomography(const Mat &H, double &f0, double &f1, bool &f0_ok, bool &f1_ok)
Tries to estimate focal lengths from the given homography under the assumption that the camera underg...
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75