cv.fisheyeInitUndistortRectifyMap - MATLAB File Help
cv.fisheyeInitUndistortRectifyMap

Computes undistortion and rectification maps (fisheye)

[map1, map2] = cv.fisheyeInitUndistortRectifyMap(K, D, siz)
[...] = cv.fisheyeInitUndistortRectifyMap(..., 'OptionName',optionValue, ...)

Input

Output

Options

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.

See also