C# Class ImageProcessor.Processors.EntropyCrop

Performs a crop on an image to the area of greatest entropy.
Inheritance: IGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
EntropyCrop ( ) : System

Initializes a new instance of the EntropyCrop class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

EntropyCrop() public méthode

Initializes a new instance of the EntropyCrop class.
public EntropyCrop ( ) : 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