C# Class NCaptcha.Utils.WavesFilter

Inheritance: IFilter
Exibir arquivo Open project: x2bool/NCaptcha

Public Methods

Method Description
Apply ( Image image ) : Image
WavesFilter ( Wave x_waves, Wave y_waves ) : System

Private Methods

Method 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 method

public Apply ( Image image ) : Image
image Image
return Image

WavesFilter() public method

public WavesFilter ( Wave x_waves, Wave y_waves ) : System
x_waves Wave
y_waves Wave
return System