LensDistortionModel#
- class deltacamera.LensDistortionModel[source]#
Base class for lens distortion models.
This is a frozen dataclass, making instances immutable and hashable. The coefficients array is locked (read-only) after construction.
Instance Methods#
Return True if any coefficient is non-zero. |