cv.fisheyeDistortPoints - MATLAB File Help
cv.fisheyeDistortPoints

Distorts 2D points using fisheye model

distorted = cv.fisheyeDistortPoints(undistorted, K, D);
[...] = cv.fisheyeDistortPoints(..., 'OptionName',optionValue, ...);

Input

Output

Options

Note that the function assumes the camera matrix of the undistorted points to be identity. This means if you want to transform back points undistorted with cv.fisheyeUndistortPoints you have to multiply them with inv(P).

See also