C# Class Accord.Imaging.Filters.RGChromacity

RG Chromaticity.

References: Wikipedia contributors. "rg chromaticity." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia. Available at http://en.wikipedia.org/wiki/Rg_chromaticity

Inheritance: BaseInPlaceFilter
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
RGChromacity ( ) : System

Initializes a new instance of the RGChromacity class.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

Method Details

ProcessFilter() protected method

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage image ) : void
image AForge.Imaging.UnmanagedImage Source image data.
return void

RGChromacity() public method

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