Class SharpenFilter
A filter to apply Gaussian sharpening to an image.
Inheritance
System.Object
    SharpenFilter
  Implements
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public class SharpenFilter : Object, IImageFilter
  Constructors
SharpenFilter()
Initializes a new instance of the SharpenFilter class.
Declaration
public SharpenFilter()
  SharpenFilter(Single)
Initializes a new instance of the SharpenFilter class with the specified Sigma.
Declaration
public SharpenFilter(float sigma)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Single | sigma | The 'Sigma' value representing the weight of the blur.  | 
      
Properties
Sigma
The 'Sigma' value representing the weight of the blur to remove. Default = 3.0f.
Declaration
public float Sigma { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single |