pycvcam.SkewIntrinsic.skew#

property SkewIntrinsic.skew: float | None#

Get or set the skew parameter s of the intrinsic transformation.

The skew is a float representing the skew of the camera in pixels.

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

Note

An alias for skew is s.

Returns:

The skew parameter of the camera in pixels. (or None if not set)

Return type:

Optional[float]