pycvcam.ZernikeDistortion.parameters_y#

property ZernikeDistortion.parameters_y: ndarray | None#

Get or set the Zernike coefficients for the y 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_zer or n_params to change the model !

Returns:

The Zernike coefficients for the y coordinate. If no distortion is applied, returns None.

Return type:

Optional[numpy.ndarray]