C# Class Accord.Imaging.Filters.Kuwahara

Kuwahara filter.
Inheritance: BaseInPlaceFilter
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Kuwahara ( ) : System

Initializes a new instance of the Kuwahara class.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

Private Methods

Méthode Description
min ( double varA, double varB, double varC, double varD, double meanA, double meanB, double meanC, double meanD ) : double

Method Details

Kuwahara() public méthode

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

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