C# Class Accord.Imaging.Filters.WhitePatch

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

Public Methods

Method Description
WhitePatch ( ) : System.Collections.Generic

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

WhitePatch() public method

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