pycvcam.SkewIntrinsic.principal_point_x#

property SkewIntrinsic.principal_point_x: float | None#

Get or set the principal point cx of the intrinsic transformation.

The principal point is a float representing the principal point of the camera in pixels in x direction.

This parameter is the component K[0, 2] of the intrinsic matrix K of the camera.

Note

An alias for principal_point_x is cx.

See also

Returns:

The principal point of the camera in pixels in x direction. (or None if not set)

Return type:

Optional[float]