Searched refs:focalsFromHomography (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
H A Dautocalib.hpp67 void CV_EXPORTS focalsFromHomography(const Mat &H, double &f0, double &f1, bool &f0_ok, bool &f1_ok);
/external/opencv3/modules/stitching/src/
H A Dautocalib.cpp66 void focalsFromHomography(const Mat& H, double &f0, double &f1, bool &f0_ok, bool &f1_ok) function in namespace:cv::detail
114 focalsFromHomography(m.H, f0, f1, f0ok, f1ok);

Completed in 257 milliseconds