Class SharpenFilterOptions
SharpenFilterOptions class
The Sharpen filter options
public class SharpenFilterOptions : ConvolutionFilterOptions
Constructors
Name | Description |
---|
SharpenFilterOptions() | Initializes a new instance of the SharpenFilterOptions class. With default settings. |
SharpenFilterOptions(int, double) | Initializes a new instance of the SharpenFilterOptions class. |
Properties
Name | Description |
---|
Bias { get; set; } | Gets or sets the bias. |
Factor { get; set; } | Gets or sets the factor. |
Sigma { get; set; } | Gets or sets the sigma. |
Size { get; set; } | Gets or sets the size. |
See Also