Class SharpenFilterOptions

SharpenFilterOptions class

The Sharpen filter options

public class SharpenFilterOptions : ConvolutionFilterOptions

Constructors

NameDescription
SharpenFilterOptions()Initializes a new instance of the SharpenFilterOptions class. With default settings.
SharpenFilterOptions(int, double)Initializes a new instance of the SharpenFilterOptions class.

Properties

NameDescription
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