C# 클래스 OpenCVLib2.DlgParams

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Juniar-Rakhman/OpenCV_ASL_Recognition 1 사용 예제들

공개 메소드들

메소드 설명
AddButton ( string name, System handler ) : void
AddCheckBox ( string name, int id, bool check ) : void
AddComboBox ( string name, int id, string values ) : void
AddTrackbar ( string name, int id, int min, int max, int tf, int startValue ) : void
GetP ( int id ) : Param

보호된 메소드들

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

Verwendete Ressourcen bereinigen.

비공개 메소드들

메소드 설명
CalcControlSize ( ) : void
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

checkBox_CheckedChanged ( object sender, EventArgs e ) : void
comboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
trackBar_Scroll ( object sender, EventArgs e ) : void

메소드 상세

AddButton() 공개 메소드

public AddButton ( string name, System handler ) : void
name string
handler System
리턴 void

AddCheckBox() 공개 메소드

public AddCheckBox ( string name, int id, bool check ) : void
name string
id int
check bool
리턴 void

AddComboBox() 공개 메소드

public AddComboBox ( string name, int id, string values ) : void
name string
id int
values string
리턴 void

AddTrackbar() 공개 메소드

public AddTrackbar ( string name, int id, int min, int max, int tf, int startValue ) : void
name string
id int
min int
max int
tf int
startValue int
리턴 void

Dispose() 보호된 메소드

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
리턴 void

GetP() 공개 메소드

public GetP ( int id ) : Param
id int
리턴 Param