C# 클래스 SuperfastBlur.GaussianBlur

파일 보기 프로젝트 열기: mdymel/superfastblur

공개 메소드들

메소드 설명
GaussianBlur ( Bitmap image ) : System
Process ( int radial ) : Bitmap

비공개 메소드들

메소드 설명
boxBlurH_4 ( int source, int dest, int w, int h, int r ) : void
boxBlurT_4 ( int source, int dest, int w, int h, int r ) : void
boxBlur_4 ( int source, int dest, int w, int h, int r ) : void
boxesForGauss ( int sigma, int n ) : int[]
gaussBlur_4 ( int source, int dest, int r ) : void

메소드 상세

GaussianBlur() 공개 메소드

public GaussianBlur ( Bitmap image ) : System
image System.Drawing.Bitmap
리턴 System

Process() 공개 메소드

public Process ( int radial ) : Bitmap
radial int
리턴 System.Drawing.Bitmap