C# Class Accord.Imaging.Filters.CombineChannel

Combine channel filter.
Inheritance: BaseInPlaceFilter
Show file Open project: accord-net/framework

Public Methods

Method Description
CombineChannel ( ) : Accord.Imaging

Constructs a new CombineChannel filter.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

Method Details

CombineChannel() public method

Constructs a new CombineChannel filter.
public CombineChannel ( ) : Accord.Imaging
return Accord.Imaging

ProcessFilter() protected method

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