public class ImagSH extends RealSH
SFPD_PARAMSCALE
Constructor and Description |
---|
ImagSH(int order,
int index)
Constructor requires order and the index.
|
ImagSH(int order,
int index,
double sc)
Constructor requires order and the index.
|
Modifier and Type | Method and Description |
---|---|
double |
getRadius(double theta,
double phi)
Overridden to return the imaginary part rather than the real
part.
|
double |
greatCircleIntegral(double[] u)
overridden great circle integral calculation.
|
static void |
main(java.lang.String[] args) |
anisotropy, centralMoment, centralMoment, getHessian, getHessian, getPDs, getPDsRS, getSearchRadius, getStats, greatCircleCentralMoment, greatCirclePowerIntegral, kurtosis, mean, mean, moment, moment, normMoment, normMoment, numGreatCircleCentralMoment, numGreatCircleIntegral, numGreatCirclePowerIntegral, setConvThresh, setSearchRadius, skewness
public ImagSH(int order, int index)
order
- The spherical harmonic orderindex
- The spherical harmonic index.public ImagSH(int order, int index, double sc)
order
- The spherical harmonic orderindex
- The spherical harmonic index.scalar
- Constant scaling factor of function.public double getRadius(double theta, double phi)
public double greatCircleIntegral(double[] u)
greatCircleIntegral
in class RealSH
u
- the axis defining the plane of the circlepublic static void main(java.lang.String[] args)