MotionWienerFilterOptions

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

public class MotionWienerFilterOptions extends DeconvolutionFilterOptions

Deconvolution filter options deblur motion

Constructors

ConstructorDescription
MotionWienerFilterOptions(int length, double smooth, double angle)Initializes a new instance of the MotionWienerFilterOptions class.

Methods

MethodDescription
equals(Object arg0)
getAngle()Gets or sets the angle in gradus.
getBrightness()Gets or sets the brightness.
getClass()
getGrayscale()Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale.
getLength()Gets or sets the length.
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()
setAngle(double value)Gets or sets the angle in gradus.
setBrightness(double value)Gets or sets the brightness.
setGrayscale(boolean value)Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale.
setLength(int value)Gets or sets the length.
setPartialLoaded(boolean value)Gets a value indicating whether this instance is partial loaded.
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)

MotionWienerFilterOptions(int length, double smooth, double angle)

public MotionWienerFilterOptions(int length, double smooth, double angle)

Initializes a new instance of the MotionWienerFilterOptions class.

Parameters:

ParameterTypeDescription
lengthintThe length.
smoothdoubleThe smooth.
angledoubleThe angle in gradus.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAngle()

public double getAngle()

Gets or sets the angle in gradus.

Value: The angle.

Returns: double

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

getLength()

public int getLength()

Gets or sets the length.

Value: The length.

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()

setAngle(double value)

public void setAngle(double value)

Gets or sets the angle in gradus.

Value: The angle.

Parameters:

ParameterTypeDescription
valuedouble

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

setLength(int value)

public void setLength(int value)

Gets or sets the length.

Value: The length.

Parameters:

ParameterTypeDescription
valueint

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

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