public abstract class DeconvolutionFilterOptions extends FilterOptionsBase
Deconvolution Filter Options, abstract class
Modifier and Type | Method and Description |
---|---|
double |
getBrightness()
Gets or sets the brightness.
|
boolean |
getGrayscale()
Gets or sets a value indicating whether this
DeconvolutionFilterOptions is grayscale. |
double |
getSnr()
Gets or sets the SNR(signal-to-noise ratio)
recommended range 0.002 - 0.009, default value = 0.007
|
boolean |
isPartialLoaded()
Gets a value indicating whether this instance is partial loaded.
|
void |
setBrightness(double value)
Gets or sets the brightness.
|
void |
setGrayscale(boolean value)
Gets or sets a value indicating whether this
DeconvolutionFilterOptions is grayscale. |
void |
setPartialLoaded(boolean value)
Gets a value indicating whether this instance is partial loaded.
|
void |
setSnr(double value)
Gets or sets the SNR(signal-to-noise ratio)
recommended range 0.002 - 0.009, default value = 0.007
|
public final double getSnr()
Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007
Value: The SNR.public final void setSnr(double value)
Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007
Value: The SNR.public final double getBrightness()
Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15
Value: The brightness.public final void setBrightness(double value)
Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15
Value: The brightness.public final boolean getGrayscale()
Gets or sets a value indicating whether this DeconvolutionFilterOptions
is grayscale.
Return grayscale mode or RGB mode.
true
if grayscale; otherwise, false
.public final void setGrayscale(boolean value)
Gets or sets a value indicating whether this DeconvolutionFilterOptions
is grayscale.
Return grayscale mode or RGB mode.
true
if grayscale; otherwise, false
.public final boolean isPartialLoaded()
Gets a value indicating whether this instance is partial loaded.
Value:true
if this instance is partial loaded; otherwise, false
.public final void setPartialLoaded(boolean value)
Gets a value indicating whether this instance is partial loaded.
Value:true
if this instance is partial loaded; otherwise, false
.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.