C# Class Accord.Imaging.Filters.Kuwahara

Kuwahara filter.
Inheritance: BaseInPlaceFilter
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
Kuwahara ( ) : System

Initializes a new instance of the Kuwahara class.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

Private Methods

Method Description
min ( double varA, double varB, double varC, double varD, double meanA, double meanB, double meanC, double meanD ) : double

Method Details

Kuwahara() public method

Initializes a new instance of the Kuwahara class.
public Kuwahara ( ) : System
return System

ProcessFilter() protected method

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