C# 클래스 NCaptcha.Utils.WavesFilter

상속: IFilter
파일 보기 프로젝트 열기: x2bool/NCaptcha

공개 메소드들

메소드 설명
Apply ( Image image ) : Image
WavesFilter ( Wave x_waves, Wave y_waves ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Apply() 공개 메소드

public Apply ( Image image ) : Image
image Image
리턴 Image

WavesFilter() 공개 메소드

public WavesFilter ( Wave x_waves, Wave y_waves ) : System
x_waves Wave
y_waves Wave
리턴 System