C# Class ImageProcessor.Processors.EntropyCrop

Performs a crop on an image to the area of greatest entropy.
Inheritance: IGraphicsProcessor
显示文件 Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
EntropyCrop ( ) : System

Initializes a new instance of the EntropyCrop class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

EntropyCrop() public method

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