MATLAB File Help: cv.initCameraMatrix2D Index
cv.initCameraMatrix2D

Finds an initial camera matrix from 3D-2D point correspondences

cameraMatrix = cv.initCameraMatrix2D(objectPoints, imagePoints, imageSize)
[...] = cv.initCameraMatrix2D(..., 'OptionName', optionValue, ...)

Input

Output

Options

The function estimates and returns an initial camera matrix for the camera calibration process. Currently, the function only supports planar calibration patterns, which are patterns where each object point has z-coordinate=0.

See also