C# Class ImageProcessor.Processors.DetectEdges

Produces an image with the detected edges highlighted.
Inheritance: IGraphicsProcessor
Show file Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
DetectEdges ( ) : System

Initializes a new instance of the DetectEdges class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

DetectEdges() public method

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