C# 클래스 sobel_filtering.Form2

파일 보기 프로젝트 열기: Sparky88/IA-B1-ProcesareaImaginilor

공개 메소드들

메소드 설명
ABC ( int x, int y, int w, int h ) : void
DataBasePath ( string path ) : void
Form2 ( ) : System
bezier ( Bitmap b ) : Bitmap
bezier_eye ( Bitmap b ) : Bitmap
bezier_position ( Bitmap b ) : void
big_conect ( Bitmap b ) : Bitmap
black_white ( Image Im ) : Bitmap
conect ( int x, int y, int w, int h ) : void
detation ( Bitmap b ) : void
face ( Image Im ) : Image
left_eye ( Bitmap b ) : Bitmap
pic ( Bitmap b ) : void
range ( ) : void
right_eye ( Bitmap b ) : Bitmap
shape ( ) : void
similar ( int x, int y, int x1, int y1 ) : int
skin_color ( Bitmap b ) : Bitmap

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Bernstein ( int n, int i, double t ) : double
Bezier2D ( int cpts ) : void
Form2_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Ni ( int n, int i ) : double
button10_Click ( object sender, EventArgs e ) : void
button11_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button21_Click ( object sender, EventArgs e ) : void
button31_Click ( object sender, EventArgs e ) : void
button32_Click ( object sender, EventArgs e ) : void
button33_Click ( object sender, EventArgs e ) : void
button34_Click ( object sender, EventArgs e ) : void
button9_Click ( object sender, EventArgs e ) : void
eyelocal ( Bitmap b ) : void
factrl ( int n ) : double
skin_color_segmentation ( ) : void
slope ( long x1, long y1, long x2, long y2 ) : void

메소드 상세

ABC() 공개 메소드

public ABC ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
리턴 void

DataBasePath() 공개 메소드

public DataBasePath ( string path ) : void
path string
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Form2() 공개 메소드

public Form2 ( ) : System
리턴 System

bezier() 공개 메소드

public bezier ( Bitmap b ) : Bitmap
b Bitmap
리턴 Bitmap

bezier_eye() 공개 메소드

public bezier_eye ( Bitmap b ) : Bitmap
b Bitmap
리턴 Bitmap

bezier_position() 공개 메소드

public bezier_position ( Bitmap b ) : void
b Bitmap
리턴 void

big_conect() 공개 메소드

public big_conect ( Bitmap b ) : Bitmap
b Bitmap
리턴 Bitmap

black_white() 공개 메소드

public black_white ( Image Im ) : Bitmap
Im Image
리턴 Bitmap

conect() 공개 메소드

public conect ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
리턴 void

detation() 공개 메소드

public detation ( Bitmap b ) : void
b Bitmap
리턴 void

face() 공개 메소드

public face ( Image Im ) : Image
Im Image
리턴 Image

left_eye() 공개 메소드

public left_eye ( Bitmap b ) : Bitmap
b Bitmap
리턴 Bitmap

pic() 공개 메소드

public pic ( Bitmap b ) : void
b Bitmap
리턴 void

range() 공개 메소드

public range ( ) : void
리턴 void

right_eye() 공개 메소드

public right_eye ( Bitmap b ) : Bitmap
b Bitmap
리턴 Bitmap

shape() 공개 메소드

public shape ( ) : void
리턴 void

similar() 공개 메소드

public similar ( int x, int y, int x1, int y1 ) : int
x int
y int
x1 int
y1 int
리턴 int

skin_color() 공개 메소드

public skin_color ( Bitmap b ) : Bitmap
b Bitmap
리턴 Bitmap