cameraIntrinsics
Object for storing intrinsic camera parameters
Description
Store information about a camera’s intrinsic calibration parameters, including the lens distortion parameters.
Creation
Syntax
Description
returns a camera intrinsics object that contains the focal length and the camera's
principal point. The three input arguments set the FocalLength, PrincipalPoint, and ImageSize properties, respectively.intrinsics
= cameraIntrinsics(focalLength
,principalPoint
,imageSize
)
sets additional properties
using one or name-value arguments. For example, intrinsics
= cameraIntrinsics(focalLength
,principalPoint
,imageSize
,PropertyName=Value
)RadialDistortion=[0
10]
sets the radial lens distortion property, to the vector [0
10]
.