MotionWienerFilterOptions Class
Contents
[
Hide
]Summary: Deconvolution filter options
deblur motion
Module: aspose.psd.imagefilters.filteroptions
Full Name: aspose.psd.imagefilters.filteroptions.MotionWienerFilterOptions
Inheritance: DeconvolutionFilterOptions
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
MotionWienerFilterOptions(length, smooth, angle) | Initializes a new instance of the MotionWienerFilterOptions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
angle | double | r/w | Gets or sets the angle in gradus. |
brightness | double | r/w | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 |
grayscale | bool | r/w | Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. Return grayscale mode or RGB mode. |
is_partial_loaded | bool | r | Gets a value indicating whether this instance is partial loaded. |
length | int | r/w | Gets or sets the length. |
smooth | double | r/w | Gets or sets the smooth. |
snr | double | r/w | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 |
Constructor: MotionWienerFilterOptions(length, smooth, angle)
MotionWienerFilterOptions(length, smooth, 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. |