Home
last modified time | relevance | path

Searched refs:f1_ok (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/src/
Dautocalib.cpp66 void focalsFromHomography(const Mat& H, double &f0, double &f1, bool &f0_ok, bool &f1_ok) in focalsFromHomography() argument
75 f1_ok = true; in focalsFromHomography()
83 else f1_ok = false; in focalsFromHomography()
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dautocalib.hpp67 void CV_EXPORTS focalsFromHomography(const Mat &H, double &f0, double &f1, bool &f0_ok, bool &f1_ok