public class PalmReconstructor
extends java.lang.Object
implements ij.plugin.PlugIn
Constructor and Description |
---|
PalmReconstructor() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main method.
|
static double |
normalDistribution3D(double x,
double s)
Normal distribution3 d.
|
void |
run(java.lang.String arg0)
Run.
|
public void run(java.lang.String arg0)
run
in interface ij.plugin.PlugIn
arg0
- the arg0public static double normalDistribution3D(double x, double s)
x
- the xs
- the spublic static void main(java.lang.String[] args)
args
- the arguments