CALIB_FIX_INTRINSIC 918 modules/calib3d/include/opencv2/calib3d.hpp int flags = CALIB_FIX_INTRINSIC, CALIB_FIX_INTRINSIC 1861 modules/calib3d/include/opencv2/calib3d.hpp OutputArray R, OutputArray T, int flags = fisheye::CALIB_FIX_INTRINSIC, CALIB_FIX_INTRINSIC 833 modules/calib3d/src/fisheye.cpp CV_Assert(((flags & CALIB_FIX_INTRINSIC) && !K1.empty() && !K2.empty() && !D1.empty() && !D2.empty()) || !(flags & CALIB_FIX_INTRINSIC)); CALIB_FIX_INTRINSIC 861 modules/calib3d/src/fisheye.cpp if (!(flags & CALIB_FIX_INTRINSIC)) CALIB_FIX_INTRINSIC 873 modules/calib3d/src/fisheye.cpp if ((flags & CALIB_FIX_INTRINSIC)) CALIB_FIX_INTRINSIC 879 modules/calib3d/src/fisheye.cpp intrinsicLeft.isEstimate[0] = flags & CALIB_FIX_INTRINSIC ? 0 : 1; CALIB_FIX_INTRINSIC 880 modules/calib3d/src/fisheye.cpp intrinsicLeft.isEstimate[1] = flags & CALIB_FIX_INTRINSIC ? 0 : 1; CALIB_FIX_INTRINSIC 881 modules/calib3d/src/fisheye.cpp intrinsicLeft.isEstimate[2] = flags & CALIB_FIX_INTRINSIC ? 0 : 1; CALIB_FIX_INTRINSIC 882 modules/calib3d/src/fisheye.cpp intrinsicLeft.isEstimate[3] = flags & CALIB_FIX_INTRINSIC ? 0 : 1; CALIB_FIX_INTRINSIC 883 modules/calib3d/src/fisheye.cpp intrinsicLeft.isEstimate[4] = flags & (CALIB_FIX_SKEW | CALIB_FIX_INTRINSIC) ? 0 : 1; CALIB_FIX_INTRINSIC 884 modules/calib3d/src/fisheye.cpp intrinsicLeft.isEstimate[5] = flags & (CALIB_FIX_K1 | CALIB_FIX_INTRINSIC) ? 0 : 1; CALIB_FIX_INTRINSIC 885 modules/calib3d/src/fisheye.cpp intrinsicLeft.isEstimate[6] = flags & (CALIB_FIX_K2 | CALIB_FIX_INTRINSIC) ? 0 : 1; CALIB_FIX_INTRINSIC 886 modules/calib3d/src/fisheye.cpp intrinsicLeft.isEstimate[7] = flags & (CALIB_FIX_K3 | CALIB_FIX_INTRINSIC) ? 0 : 1; CALIB_FIX_INTRINSIC 887 modules/calib3d/src/fisheye.cpp intrinsicLeft.isEstimate[8] = flags & (CALIB_FIX_K4 | CALIB_FIX_INTRINSIC) ? 0 : 1; CALIB_FIX_INTRINSIC 889 modules/calib3d/src/fisheye.cpp intrinsicRight.isEstimate[0] = flags & CALIB_FIX_INTRINSIC ? 0 : 1; CALIB_FIX_INTRINSIC 890 modules/calib3d/src/fisheye.cpp intrinsicRight.isEstimate[1] = flags & CALIB_FIX_INTRINSIC ? 0 : 1; CALIB_FIX_INTRINSIC 891 modules/calib3d/src/fisheye.cpp intrinsicRight.isEstimate[2] = flags & CALIB_FIX_INTRINSIC ? 0 : 1; CALIB_FIX_INTRINSIC 892 modules/calib3d/src/fisheye.cpp intrinsicRight.isEstimate[3] = flags & CALIB_FIX_INTRINSIC ? 0 : 1; CALIB_FIX_INTRINSIC 893 modules/calib3d/src/fisheye.cpp intrinsicRight.isEstimate[4] = flags & (CALIB_FIX_SKEW | CALIB_FIX_INTRINSIC) ? 0 : 1; CALIB_FIX_INTRINSIC 894 modules/calib3d/src/fisheye.cpp intrinsicRight.isEstimate[5] = flags & (CALIB_FIX_K1 | CALIB_FIX_INTRINSIC) ? 0 : 1; CALIB_FIX_INTRINSIC 895 modules/calib3d/src/fisheye.cpp intrinsicRight.isEstimate[6] = flags & (CALIB_FIX_K2 | CALIB_FIX_INTRINSIC) ? 0 : 1; CALIB_FIX_INTRINSIC 896 modules/calib3d/src/fisheye.cpp intrinsicRight.isEstimate[7] = flags & (CALIB_FIX_K3 | CALIB_FIX_INTRINSIC) ? 0 : 1; CALIB_FIX_INTRINSIC 897 modules/calib3d/src/fisheye.cpp intrinsicRight.isEstimate[8] = flags & (CALIB_FIX_K4 | CALIB_FIX_INTRINSIC) ? 0 : 1; CALIB_FIX_INTRINSIC 545 modules/calib3d/test/test_fisheye.cpp flag |= cv::fisheye::CALIB_FIX_INTRINSIC; CALIB_FIX_INTRINSIC 141 samples/cpp/3calibration.cpp CALIB_FIX_INTRINSIC,