public class GaussWienerFilterOptions extends DeconvolutionFilterOptions
Gauss Wiener Filter Options Deblur gauss
Constructor and Description |
---|
GaussWienerFilterOptions(int radius,
double smooth)
Initializes a new instance of the
GaussWienerFilterOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getRadius()
Gets or sets the radius.
|
double |
getSmooth()
Gets or sets the smooth.
|
void |
setRadius(int value)
Gets or sets the radius.
|
void |
setSmooth(double value)
Gets or sets the smooth.
|
getBrightness, getGrayscale, getSnr, setBrightness, setGrayscale, setSnr
public GaussWienerFilterOptions(int radius, double smooth)
Initializes a new instance of the GaussWienerFilterOptions
class.
radius
- The radius.smooth
- The smooth.public int getRadius()
Gets or sets the radius.
public void setRadius(int value)
Gets or sets the radius.
value
- The radius.public double getSmooth()
Gets or sets the smooth.
public void setSmooth(double value)
Gets or sets the smooth.
value
- The smooth.