|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjpview.graphics.GaussianKernel
public class GaussianKernel
This class creates a kernel for use by an AffineTransformOp
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
void |
dump()
Dumps a string representation of the kernel to standard out |
float[] |
getKernel()
returns the kernel as a float [] suitable for use with an affine transform |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaussianKernel()
public GaussianKernel(int r)
r - the radius for the gaussian kernel
public GaussianKernel(int r,
float s)
r - the radius of the blurs - the sigma value for the kernel| Method Detail |
|---|
public void dump()
public float[] getKernel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||