PixelSensorPinholeIntrinsics
NameSpace: PixelSensors
The Pinhole camera model intrinsics metadata More...
Inherits from:
PixelSensorMetaData
Detailed Description
public class PixelSensorPinholeIntrinsics : PixelSensorMetaData
Details*
Specifies the camera intrinsics and distortion co-efficients for a pinhole camera model.
Public Fields
Distortion
Distortion coefficients. These coefficients are in the following order: [k1, k2, p1, p2, k3]
public double [] Distortion { get; set; }
FOV
The horizontal (x) and vertical (y) field of view in degrees.
public Vector2 FOV { get; set; }
FocalLength
Focal length in pixels
public Vector2 FocalLength { get; set; }
PrincipalPoint
The principal point in pixels
public Vector2 PrincipalPoint { get; set; }
Public Attributes
MetaDataType
public override PixelSensorMetaDataType MetaDataType => PixelSensorMetaDataType.PinholeCameraModel;
Type | Description |
---|---|
override PixelSensorMetaDataType | The metadata types that can be supported by a sensor |