public static class FactoryConvolveSparse.Convolve2D_F32 extends ImageConvolveSparse<GrayF32,Kernel2D_F32>
image, kernel| Constructor and Description |
|---|
Convolve2D_F32(Kernel2D_F32 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 Convolve2D_F32(Kernel2D_F32 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.