public class Gaussian2D
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
baseline |
double |
height |
double |
sigma |
double |
x |
double |
y |
Constructor and Description |
---|
Gaussian2D(double[] p) |
Gaussian2D(double baseline,
double height,
double x,
double y,
double sigma) |
Modifier and Type | Method and Description |
---|---|
double |
getValue(int X,
int Y) |