pycvcam.SkewIntrinsic.principal_point_y#

property SkewIntrinsic.principal_point_y: float | None#

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

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

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

Note

An alias for principal_point_y is cy.

See also

Returns:

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

Return type:

Optional[float]