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
Constructor | Description |
---|---|
MotionWienerFilterOptions(int length, double smooth, double angle) | Initializes a new instance of the MotionWienerFilterOptions class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
length | int | The length. |
smooth | double | The smooth. |
angle | double | The angle in gradus. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | double |
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:
Parameter | Type | Description |
---|---|---|
value | double |
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setLength(int value)
public void setLength(int value)
Gets or sets the length.
Value: The length.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setSmooth(double value)
public void setSmooth(double value)
Gets or sets the smooth.
Value: The smooth.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
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:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |