public static class FactoryConvolveSparse.Horizontal1D_I32 extends ImageConvolveSparse<ImageFloat32,Kernel1D_I32>
image, kernel| Constructor and Description |
|---|
Horizontal1D_I32(Kernel1D_I32 kernel) |
| Modifier and Type | Method and Description |
|---|---|
double |
compute(int x,
int y)
Compute the output of the function at the specified location.
|
setImage, setImageBorder, setKernelpublic Horizontal1D_I32(Kernel1D_I32 kernel)
public double compute(int x,
int y)
ImageFunctionSparsex - pixel coordinate the function is be centered at.y - pixel coordinate the function is be centered at.