GaussWienerFilterOptions Class
Contents
[
Hide
]Summary: Gauss Wiener Filter Options
Deblur gauss
Module: aspose.psd.imagefilters.filteroptions
Full Name: aspose.psd.imagefilters.filteroptions.GaussWienerFilterOptions
Inheritance: DeconvolutionFilterOptions
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
GaussWienerFilterOptions() | Initializes a new instance of the GaussWienerFilterOptions class. With default settings. |
GaussWienerFilterOptions(radius, smooth) | Initializes a new instance of the GaussWienerFilterOptions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
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. |
radius | int | r/w | Gets or sets the radius. |
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: GaussWienerFilterOptions()
GaussWienerFilterOptions()
Initializes a new instance of the GaussWienerFilterOptions class.
With default settings.
Constructor: GaussWienerFilterOptions(radius, smooth)
GaussWienerFilterOptions(radius, smooth)
Initializes a new instance of the GaussWienerFilterOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
radius | int | The radius. |
smooth | double | The smooth. |