Searched refs:CALIB_FIX_SKEW (Results 1 – 4 of 4) sorted by relevance
259 flag |= cv::fisheye::CALIB_FIX_SKEW; in TEST_F()355 flag |= cv::fisheye::CALIB_FIX_SKEW; in TEST_F()477 flag |= cv::fisheye::CALIB_FIX_SKEW; in TEST_F()544 flag |= cv::fisheye::CALIB_FIX_SKEW; in TEST_F()
1634 CALIB_FIX_SKEW = 8, enumerator
714 finalParam.isEstimate[4] = flags & CALIB_FIX_SKEW ? 0 : 1; in calibrate()883 intrinsicLeft.isEstimate[4] = flags & (CALIB_FIX_SKEW | CALIB_FIX_INTRINSIC) ? 0 : 1; in stereoCalibrate()893 intrinsicRight.isEstimate[4] = flags & (CALIB_FIX_SKEW | CALIB_FIX_INTRINSIC) ? 0 : 1; in stereoCalibrate()
25 CALIB_FIX_SKEW = 8, field in Calib3d