C# Class NCaptcha.Utils.WavesFilter

Inheritance: IFilter
Afficher le fichier Open project: x2bool/NCaptcha

Méthodes publiques

Méthode Description
Apply ( Image image ) : Image
WavesFilter ( Wave x_waves, Wave y_waves ) : System

Private Methods

Méthode Description
Interpolate ( int c_00, int c_01, int c_10, int c_11, float fract_x, float fract_y ) : int
Sin ( int n, Wave waves ) : float

Method Details

Apply() public méthode

public Apply ( Image image ) : Image
image Image
Résultat Image

WavesFilter() public méthode

public WavesFilter ( Wave x_waves, Wave y_waves ) : System
x_waves Wave
y_waves Wave
Résultat System