cv.fisheyeEstimateNewCameraMatrixForUndistortRectify - MATLAB File Help |
Estimates new camera matrix for undistortion or rectification (fisheye)
P = cv.fisheyeEstimateNewCameraMatrixForUndistortRectify(K, D, imageSize)
[...] = cv.fisheyeEstimateNewCameraMatrixForUndistortRectify(..., 'OptionName',optionValue, ...)
K = [fx 0 cx; 0 fy cy; 0 0 1]
.[k1,k2,k3,k4]
.[w,h]
.[w,h]
. By default, it is
set to imageSize
.