pycvcam.Cv2Distortion.k3#
- property Cv2Distortion.k3: float | None#
Get the third radial distortion coefficient.
Warning
An error is raised if the number of parameters is less than 5. Set the number of parameters to 5 or more before getting the value.
- Returns:
The third radial distortion coefficient.
- Return type:
- Raises:
ValueError – If the number of parameters is less than 5.