Class GaussWienerFilterOptions
Contents
[
Hide
]GaussWienerFilterOptions class
Gauss Wiener Filter Options Deblur gauss
public class GaussWienerFilterOptions : DeconvolutionFilterOptions
Constructors
| Name | Description | 
|---|---|
| GaussWienerFilterOptions() | Initializes a new instance of the GaussWienerFilterOptions class. With default settings. | 
| GaussWienerFilterOptions(int, double) | Initializes a new instance of the GaussWienerFilterOptions class. | 
Properties
| Name | Description | 
|---|---|
| Brightness { get; set; } | Gets or sets the brightness. recommended range 1 - 1.5 default value = 1.15 | 
| Grayscale { get; set; } | Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. Return grayscale mode or RGB mode. | 
| IsPartialLoaded { get; } | Gets a value indicating whether this instance is partial loaded. | 
| Radius { get; set; } | Gets or sets the radius. | 
| Smooth { get; set; } | Gets or sets the smooth. | 
| Snr { get; set; } | Gets or sets the SNR(signal-to-noise ratio) recommended range 0.002 - 0.009, default value = 0.007 | 
See Also
- class DeconvolutionFilterOptions
 - namespace Aspose.PSD.ImageFilters.FilterOptions
 - assembly Aspose.PSD