Special.ZernikeNormalization Method

Evaluates the standard normalization constant for Zernike polynomials of the specified degree.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double ZernikeNormalization(
	int radialDegree,
	int azimuthalFrequency
)

Parameters

radialDegree  Int32
The radial degree of the Zernike polynomial.
azimuthalFrequency  Int32
The azimuthal frequency of the Zernike polynomial.

Return Value

Double

See Also