HomeSort by relevance Sort by last modified time
    Searched refs:focalsFromHomography (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
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/
autocalib.cpp 66 void focalsFromHomography(const Mat& H, double &f0, double &f1, bool &f0_ok, bool &f1_ok)
114 focalsFromHomography(m.H, f0, f1, f0ok, f1ok);

Completed in 39 milliseconds