C# Class ImageProcessor.Processors.GaussianSharpen

Applies a Gaussian sharpen to the image.
Inheritance: IGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
GaussianSharpen ( ) : System

Initializes a new instance of the GaussianSharpen class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

GaussianSharpen() public méthode

Initializes a new instance of the GaussianSharpen class.
public GaussianSharpen ( ) : System
Résultat System

ProcessImage() public méthode

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