GaussWienerFilterOptions Class |
Namespace: Aspose.CAD.ImageFilters.FilterOptions
The GaussWienerFilterOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| GaussWienerFilterOptions |
Initializes a new instance of the GaussWienerFilterOptions class.
|
| Name | Description | |
|---|---|---|
| Brightness |
Gets or sets the brightness.
recommended range 1 - 1.5
default value = 1.15
(Inherited from DeconvolutionFilterOptions.) | |
| Grayscale |
Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale.
Return grayscale mode or RGB mode.
(Inherited from DeconvolutionFilterOptions.) | |
| Radius |
Gets or sets the radius.
| |
| Smooth |
Gets or sets the smooth.
| |
| Snr |
Gets or sets the SNR(signal-to-noise ratio)
recommended range 0.002 - 0.009, default value = 0.007
(Inherited from DeconvolutionFilterOptions.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |