|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjview.JImageSuite.Blur
public static class JImageSuite.Blur
Class that combines parameters for a blurring operation.
| Field Summary | |
|---|---|
private double |
radius
Current sharpness radius. |
private double |
sigma
Current sharpness sigma. |
| Constructor Summary | |
|---|---|
JImageSuite.Blur(double b,
double s)
Constructs a new Blur object. |
|
| Method Summary | |
|---|---|
Kernel |
getConvolveKernel()
Returns the sharpening kernel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double radius
private double sigma
| Constructor Detail |
|---|
public JImageSuite.Blur(double b,
double s)
| Method Detail |
|---|
public Kernel getConvolveKernel()
getConvolveKernel in interface JImageSuite.Convolving
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||