| cv.fisheyeInitUndistortRectifyMap - MATLAB File Help |
Computes undistortion and rectification maps (fisheye)
[map1, map2] = cv.fisheyeInitUndistortRectifyMap(K, D, siz)
[...] = cv.fisheyeInitUndistortRectifyMap(..., 'OptionName',optionValue, ...)
K = [fx 0 cx; 0 fy cy; 0 0 1].[k1,k2,k3,k4].[w,h].M1Type.M1Type.int16). See cv.convertMaps for details. One of:
The function computes undistortion and rectification maps for image
transform by cv.remap. If D is empty zero distortion is used, if R or
P is empty identity matrixes are used.