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

  /external/opencv3/modules/calib3d/src/
calibration.cpp     [all...]
fisheye.cpp 661 double fc_new = std::min(newK1(1,1), newK2(1,1)); local
672 Mat(Matx34d(fc_new, 0, cc_new[0].x, 0,
673 0, fc_new, cc_new[0].y, 0,
676 Mat(Matx34d(fc_new, 0, cc_new[1].x, tnew[0]*fc_new, // baseline * focal length;,
677 0, fc_new, cc_new[1].y, 0,
683 0, 0, 0, fc_new,
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]

Completed in 51 milliseconds