C# Class Accord.Imaging.Filters.WhitePatch

White Patch filter for color normalization.
Inheritance: BaseInPlaceFilter
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
WhitePatch ( ) : System.Collections.Generic

Initializes a new instance of the WhitePatch 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 Accord.Imaging.UnmanagedImage Source image data.
Résultat void

WhitePatch() public méthode

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