public class GaussWienerFilterProperties extends DeconvolutionFilterProperties
| Constructor and Description |
|---|
GaussWienerFilterProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getRadius()
Gets or sets the radius.
|
Double |
getSmooth()
Gets or sets the smooth.
|
int |
hashCode() |
GaussWienerFilterProperties |
radius(Integer radius) |
void |
setRadius(Integer radius) |
void |
setSmooth(Double smooth) |
GaussWienerFilterProperties |
smooth(Double smooth) |
String |
toString() |
brightness, getBrightness, getSnr, grayscale, isGrayscale, isIsPartialLoaded, isPartialLoaded, setBrightness, setGrayscale, setIsPartialLoaded, setSnr, snrdiscriminator, getDiscriminator, setDiscriminatorpublic GaussWienerFilterProperties radius(Integer radius)
public Integer getRadius()
public void setRadius(Integer radius)
public GaussWienerFilterProperties smooth(Double smooth)
public Double getSmooth()
public void setSmooth(Double smooth)
public boolean equals(Object o)
equals in class DeconvolutionFilterPropertiespublic int hashCode()
hashCode in class DeconvolutionFilterPropertiespublic String toString()
toString in class DeconvolutionFilterPropertiesCopyright © 2025 Aspose Pty Ltd. All rights reserved.