public class DeconvolutionFilterProperties extends FilterPropertiesBase
| Constructor and Description |
|---|
DeconvolutionFilterProperties() |
| Modifier and Type | Method and Description |
|---|---|
DeconvolutionFilterProperties |
brightness(Double brightness) |
boolean |
equals(Object o) |
Double |
getBrightness()
Gets or sets the brightness.
|
Double |
getSnr()
Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007
|
DeconvolutionFilterProperties |
grayscale(Boolean grayscale) |
int |
hashCode() |
Boolean |
isGrayscale()
Gets or sets a value indicating whether this DeconvolutionFilterProperties is grayscale.
|
Boolean |
isIsPartialLoaded()
Gets a value indicating whether this instance is partial loaded.
|
DeconvolutionFilterProperties |
isPartialLoaded(Boolean isPartialLoaded) |
void |
setBrightness(Double brightness) |
void |
setGrayscale(Boolean grayscale) |
void |
setIsPartialLoaded(Boolean isPartialLoaded) |
void |
setSnr(Double snr) |
DeconvolutionFilterProperties |
snr(Double snr) |
String |
toString() |
discriminator, getDiscriminator, setDiscriminatorpublic DeconvolutionFilterProperties snr(Double snr)
public Double getSnr()
public void setSnr(Double snr)
public DeconvolutionFilterProperties brightness(Double brightness)
public Double getBrightness()
public void setBrightness(Double brightness)
public DeconvolutionFilterProperties grayscale(Boolean grayscale)
public Boolean isGrayscale()
public void setGrayscale(Boolean grayscale)
public DeconvolutionFilterProperties isPartialLoaded(Boolean isPartialLoaded)
public Boolean isIsPartialLoaded()
public void setIsPartialLoaded(Boolean isPartialLoaded)
public boolean equals(Object o)
equals in class FilterPropertiesBasepublic int hashCode()
hashCode in class FilterPropertiesBasepublic String toString()
toString in class FilterPropertiesBaseCopyright © 2025 Aspose Pty Ltd. All rights reserved.