Property | Type | Description | |
---|---|---|---|
openx | int | ||
roiX | int | ||
showROI | bool | ||
statusStrip | System.Windows.Forms.StatusStrip | ||
textBox | System.Windows.Forms.TextBox | ||
toolStripStatusLabel | System.Windows.Forms.ToolStripStatusLabel | ||
txtK | System.Windows.Forms.TextBox |
Method | Description | |
---|---|---|
MainForm ( ) : System | ||
WriteLine ( string s, bool crlf, bool date ) : void | ||
adaBlackPix ( IplImage image ) : bool | ||
euclidean ( ) : void | ||
initialize ( ) : void | ||
resetting ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MainForm_KeyDown ( object sender, KeyEventArgs e ) : void | ||
btnVideo_Click ( object sender, EventArgs e ) : void | ||
edgeToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
edge_dlg ( ) : void | ||
hSVToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
rGBToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
skin_dlg ( ) : void | ||
thresholdToolStripMenuItem_Click ( ) : void | ||
timerFPS_Tick ( object sender, EventArgs e ) : void | ||
timerGrab_Tick ( object sender, EventArgs e ) : void | ||
trainToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
train_data ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public WriteLine ( string s, bool crlf, bool date ) : void | ||
s | string | |
crlf | bool | |
date | bool | |
return | void |
public System.Windows.Forms.StatusStrip statusStrip | ||
return | System.Windows.Forms.StatusStrip |
public System.Windows.Forms.TextBox textBox | ||
return | System.Windows.Forms.TextBox |
public System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel | ||
return | System.Windows.Forms.ToolStripStatusLabel |