Description Usage Arguments Details Value Note Author(s) References See Also
Zernike's Radial Polynomials
1 2 |
rho |
normalized radius, 0 <= rho <= 1 |
n |
radial polynomial order |
m |
azimuthal order |
The arguments n
and m
must be relatively even.
The value of the radial Zernike polynomial of order (n,m)
at
normalized radius rho
. If rho
is a vector, matrix, or higher order array
the returned value is a vector or array of the same dimension.
The utility function odd(n,m)
returns FALSE
iff (n-m)%%2 == 0
.
This routine implements the recurrence relation given in Equation 12 of http://mathworld.wolfram.com/ZernikePolynomial.html.
In general you should call the higher level function Zernike
instead
of this.
M.L. Peck mpeck1@ix.netcom.com
http://mathworld.wolfram.com/ZernikePolynomial.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.