cameraIntrinsics
Object for storing intrinsic camera parameters
Description
Store information about a camera’s intrinsic calibration parameters, including lens distortion.
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)
specifies options using one or more properties in
addition to the previous syntax. For example, intrinsics = cameraIntrinsics(focalLength,principalPoint,imageSize,PropertyName=Value)RadialDistortion=[0 10]
sets the radial lens distortion property, to the vector [0
10].

