C# Class AForge.Imaging.Filters.LevelsLinear

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

Public Methods

Method Description
LevelsLinear ( ) : System

Initializes a new instance of the LevelsLinear class.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void

Process the filter on the specified image.

Private Methods

Method Description
CalculateMap ( IntRange inRange, IntRange outRange, byte map ) : void

Calculate conversion map.

Method Details

LevelsLinear() public method

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

ProcessFilter() protected method

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.
return void