GaussWienerFilterOptions

Inheritance: java.lang.Object, com.aspose.psd.imagefilters.filteroptions.FilterOptionsBase, com.aspose.psd.imagefilters.filteroptions.DeconvolutionFilterOptions

public class GaussWienerFilterOptions extends DeconvolutionFilterOptions

Gauss Wiener Filter Options Deblur gauss

Constructors

ConstructorDescription
GaussWienerFilterOptions(int radius, double smooth)Initializes a new instance of the GaussWienerFilterOptions class.
GaussWienerFilterOptions()Initializes a new instance of the GaussWienerFilterOptions class.

Methods

MethodDescription
equals(Object arg0)
getBrightness()Gets or sets the brightness.
getClass()
getGrayscale()Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale.
getRadius()Gets or sets the radius.
getSmooth()Gets or sets the smooth.
getSnr()Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007
hashCode()
isPartialLoaded()Gets a value indicating whether this instance is partial loaded.
notify()
notifyAll()
setBrightness(double value)Gets or sets the brightness.
setGrayscale(boolean value)Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale.
setPartialLoaded(boolean value)Gets a value indicating whether this instance is partial loaded.
setRadius(int value)Gets or sets the radius.
setSmooth(double value)Gets or sets the smooth.
setSnr(double value)Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GaussWienerFilterOptions(int radius, double smooth)

public GaussWienerFilterOptions(int radius, double smooth)

Initializes a new instance of the GaussWienerFilterOptions class.

Parameters:

ParameterTypeDescription
radiusintThe radius.
smoothdoubleThe smooth.

GaussWienerFilterOptions()

public GaussWienerFilterOptions()

Initializes a new instance of the GaussWienerFilterOptions class. With default settings.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBrightness()

public final double getBrightness()

Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15

Value: The brightness.

Returns: double

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getGrayscale()

public final boolean getGrayscale()

Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. Return grayscale mode or RGB mode.

Value: true if grayscale; otherwise, false .

Returns: boolean

getRadius()

public int getRadius()

Gets or sets the radius.

Value: The radius.

Returns: int

getSmooth()

public double getSmooth()

Gets or sets the smooth.

Value: The smooth.

Returns: double

getSnr()

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.

Returns: double

hashCode()

public native int hashCode()

Returns: int

isPartialLoaded()

public final boolean isPartialLoaded()

Gets a value indicating whether this instance is partial loaded.

Value: true if this instance is partial loaded; otherwise, false .

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBrightness(double value)

public final void setBrightness(double value)

Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15

Value: The brightness.

Parameters:

ParameterTypeDescription
valuedouble

setGrayscale(boolean value)

public final void setGrayscale(boolean value)

Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. Return grayscale mode or RGB mode.

Value: true if grayscale; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setPartialLoaded(boolean value)

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 .

Parameters:

ParameterTypeDescription
valueboolean

setRadius(int value)

public void setRadius(int value)

Gets or sets the radius.

Value: The radius.

Parameters:

ParameterTypeDescription
valueint

setSmooth(double value)

public void setSmooth(double value)

Gets or sets the smooth.

Value: The smooth.

Parameters:

ParameterTypeDescription
valuedouble

setSnr(double value)

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.

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int