Searched refs:CALIB_FIX_K3 (Results 1 – 5 of 5) sorted by relevance
217 CALIB_FIX_K3 = 0x00080, enumerator1637 CALIB_FIX_K3 = 64, enumerator
92 flags|CALIB_FIX_K3/*|CALIB_FIX_K4|CALIB_FIX_K5|CALIB_FIX_K6*/); in run3Calibration()
180 CALIB_FIX_K3 + CALIB_FIX_K4 + CALIB_FIX_K5, in StereoCalib()
717 finalParam.isEstimate[7] = flags & CALIB_FIX_K3 ? 0 : 1; in calibrate()738 flags & CALIB_FIX_K3 ? 0 : _D[2], in calibrate()886 intrinsicLeft.isEstimate[7] = flags & (CALIB_FIX_K3 | CALIB_FIX_INTRINSIC) ? 0 : 1; in stereoCalibrate()896 intrinsicRight.isEstimate[7] = flags & (CALIB_FIX_K3 | CALIB_FIX_INTRINSIC) ? 0 : 1; in stereoCalibrate()
28 CALIB_FIX_K3 = 64, field in Calib3d