pycvcam.ZernikeDistortion.parameters_x#
- property ZernikeDistortion.parameters_x: ndarray | None#
Get or set the Zernike coefficients for the x coordinate.
Warning
The value must be a 1D numpy array with the same number of elements as the number of parameters requested by the model. Use
parameters,n_zerorn_paramsto change the model !- Returns:
The Zernike coefficients for the x coordinate. If no distortion is applied, returns None.
- Return type:
Optional[numpy.ndarray]