C# Class Accord.Imaging.Filters.CombineChannel

Combine channel filter.
Inheritance: BaseInPlaceFilter
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
CombineChannel ( ) : Accord.Imaging

Constructs a new CombineChannel filter.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

Method Details

CombineChannel() public méthode

Constructs a new CombineChannel filter.
public CombineChannel ( ) : Accord.Imaging
Résultat Accord.Imaging

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