C# Class AForge.Imaging.Filters.LevelsLinear

Linear correction of RGB channels
Inheritance: IFilter, IInPlaceFilter
Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Méthodes publiques

Méthode Description
LevelsLinear ( ) : System

Initializes a new instance of the LevelsLinear class.

Méthodes protégées

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

Process the filter on the specified image.

Private Methods

Méthode Description
CalculateMap ( IntRange inRange, IntRange outRange, byte map ) : void

Calculate conversion map.

Method Details

LevelsLinear() public méthode

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

ProcessFilter() protected méthode

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage Source image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
Résultat void