public class GaussWienerFilterOptions extends DeconvolutionFilterOptions
Gauss Wiener Filter Options Deblur gauss
Constructor and Description |
---|
GaussWienerFilterOptions()
Initializes a new instance of the
GaussWienerFilterOptions class. |
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, isPartialLoaded, setBrightness, setGrayscale, setPartialLoaded, setSnr
public GaussWienerFilterOptions(int radius, double smooth)
Initializes a new instance of the GaussWienerFilterOptions
class.
radius
- The radius.smooth
- The smooth.public GaussWienerFilterOptions()
Initializes a new instance of the GaussWienerFilterOptions
class.
With default settings.
public int getRadius()
Gets or sets the radius.
Value: The radius.public void setRadius(int value)
Gets or sets the radius.
Value: The radius.public double getSmooth()
Gets or sets the smooth.
Value: The smooth.public void setSmooth(double value)
Gets or sets the smooth.
Value: The smooth.