Searched refs:focalsFromHomography (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | autocalib.hpp | 67 void CV_EXPORTS focalsFromHomography(const Mat &H, double &f0, double &f1, bool &f0_ok, bool &f1_ok…
|
/external/opencv3/modules/stitching/src/ |
D | autocalib.cpp | 66 void focalsFromHomography(const Mat& H, double &f0, double &f1, bool &f0_ok, bool &f1_ok) in focalsFromHomography() function 114 focalsFromHomography(m.H, f0, f1, f0ok, f1ok); in estimateFocal()
|