C# Class AForge.Imaging.Filters.OilPainting

Oil Painting filter
Inheritance: IFilter
Show file Open project: holisticware-admin/MonoVersal.AForgeNET

Public Methods

Method Description
OilPainting ( ) : System

Initializes a new instance of the OilPainting class.

OilPainting ( int brushSize ) : System

Initializes a new instance of the OilPainting class.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, Rectangle rect ) : void

Process the filter on the specified image.

Method Details

OilPainting() public method

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

OilPainting() public method

Initializes a new instance of the OilPainting class.
public OilPainting ( int brushSize ) : System
brushSize int Brush size.
return System

ProcessFilter() protected method

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, Rectangle rect ) : void
source UnmanagedImage Source image data.
destination UnmanagedImage Destination image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
return void