public interface ImageFunctionSparse<T extends ImageGray>
| Modifier and Type | Method and Description |
|---|---|
double |
compute(int x,
int y)
Compute the output of the function at the specified location.
|
void |
setImage(T image)
Specify which image is to provide the input.
|
void setImage(T image)
image - double compute(int x,
int y)
x - pixel coordinate the function is be centered at.y - pixel coordinate the function is be centered at.