public class GaussianKernel
extends java.lang.Object
Constructor and Description |
---|
GaussianKernel()
Creates a new instance of GaussianKernel
|
GaussianKernel(int r)
Creates a gaussian kernel with the provided radius
|
GaussianKernel(int r,
float s)
Creates a gaussian kernel with the provided radius and sigma value
|
public GaussianKernel()
public GaussianKernel(int r)
r
- the radius for the gaussian kernelpublic GaussianKernel(int r, float s)
r
- the radius of the blurs
- the sigma value for the kernelpublic static void main(java.lang.String[] args)
args
- the argumentspublic void dump()
public float[] getKernel()