C# Class AForge.Imaging.Filters.OilPainting

Oil Painting filter
Inheritance: IFilter
Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET

Méthodes publiques

Méthode Description
OilPainting ( ) : System

Initializes a new instance of the OilPainting class.

OilPainting ( int brushSize ) : System

Initializes a new instance of the OilPainting class.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, Rectangle rect ) : void

Process the filter on the specified image.

Method Details

OilPainting() public méthode

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

OilPainting() public méthode

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

ProcessFilter() protected méthode

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.
Résultat void