GaussianSharpen
Uses a Gaussian kernel to sharpen the current image.
public ImageFactory GaussianSharpen(int size)
Parameters
- size
- The size of the kernel by which to sharpen the images pixels.
public ImageFactory GaussianSharpen(GaussianLayer gaussianLayer)
Parameters
- GaussianLayer
-
The
ImageProcessor.Imaging.GaussianLayer
containing the following properties required to sharpen the image.- Size
- The size to set the Gaussian kernel to.
- Sigma
- The Sigma value (standard deviation) for Gaussian function used to calculate the kernel.
- Threshold
- The threshold value, which is added to each weighted sum of pixels.
Examples
Original

Sharpen at 10 Kernel Size
