C# Class ImageProcessor.Processors.GaussianSharpen

Applies a Gaussian sharpen to the image.
Inheritance: IGraphicsProcessor
Show file Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
GaussianSharpen ( ) : System

Initializes a new instance of the GaussianSharpen class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

GaussianSharpen() public method

Initializes a new instance of the GaussianSharpen class.
public GaussianSharpen ( ) : System
return System

ProcessImage() public method

Processes the image.
public ProcessImage ( ImageFactory factory ) : Image
factory ImageFactory The current instance of the class containing /// the image to process.
return Image