C# 클래스 SampleApp.FaceForm

파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
faceController Accord.Controls.Vision.FaceController

공개 메소드들

메소드 설명
FaceForm ( ) : System
FaceForm ( MainForm mainForm ) : System

보호된 메소드들

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

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

btnHorizontalMax_Click ( object sender, EventArgs e ) : void
btnHorizontalMin_Click ( object sender, EventArgs e ) : void
btnVerticalMax_Click ( object sender, EventArgs e ) : void
btnVerticalMin_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
controller_FaceMove ( object sender, FaceEventArgs e ) : 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

FaceForm() 공개 메소드

public FaceForm ( ) : System
리턴 System

FaceForm() 공개 메소드

public FaceForm ( MainForm mainForm ) : System
mainForm MainForm
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

프로퍼티 상세

faceController 공개적으로 프로퍼티

public Accord.Controls.Vision.FaceController faceController
리턴 Accord.Controls.Vision.FaceController