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
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
RGChromacity ( ) : System

Initializes a new instance of the RGChromacity class.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

Method Details

ProcessFilter() protected méthode

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

RGChromacity() public méthode

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