MATLAB File Help: cv.calibrationMatrixValues | Index |
Computes useful camera characteristics from the camera matrix
S = cv.calibrationMatrixValues(cameraMatrix, imageSize, apertureWidth, apertureHeight)
[w,h]
in pixels.[cx,cy]
in mm.fy/fx
.The function computes various useful camera characteristics from the previously estimated camera matrix.
Do keep in mind that the unity measure 'mm' stands for whatever unit of measure one chooses for the chessboard pitch (it can thus be any value).