pycvcam.ZernikeDistortion.set_Cx#

ZernikeDistortion.set_Cx(n, m, value)[source]#

Set the Zernike coefficient for the x coordinate.

Parameters:
  • n (int) – The order of the Zernike polynomial.

  • m (int) – The azimuthal frequency of the Zernike polynomial.

  • value (float) – The value of the Zernike coefficient.

Return type:

None