C# Class OpenCVLib2.DlgParams

Inheritance: System.Windows.Forms.Form
显示文件 Open project: Juniar-Rakhman/OpenCV_ASL_Recognition Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
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

Method Details

AddButton() public method

public AddButton ( string name, System handler ) : void
name string
handler System
return void

AddCheckBox() public method

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

AddComboBox() public method

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

AddTrackbar() public method

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
return void

Dispose() protected method

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

GetP() public method

public GetP ( int id ) : Param
id int
return Param