cv.fisheyeProjectPoints - MATLAB File Help
cv.fisheyeProjectPoints

Projects points using fisheye model

imagePoints = cv.fisheyeProjectPoints(objectPoints, rvec, tvec, K)
[imagePoints, jacobian] = cv.fisheyeProjectPoints(...)
[...] = cv.fisheyeProjectPoints(..., 'OptionName', optionValue, ...)

Input

Output

Options

The function computes projections of 3D points to the image plane given intrinsic and extrinsic camera parameters. Optionally, the function computes Jacobians - matrices of partial derivatives of image points coordinates (as functions of all the input parameters) with respect to the particular parameters, intrinsic and/or extrinsic.

See also