C# Class OpenCVLib2.MainForm

显示文件 Open project: Juniar-Rakhman/OpenCV_ASL_Recognition Class Usage Examples

Public Properties

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

Public Methods

Method Description
MainForm ( ) : System
WriteLine ( string s, bool crlf, bool date ) : void
adaBlackPix ( IplImage image ) : bool
euclidean ( ) : void
initialize ( ) : void
resetting ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected method

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

MainForm() public method

public MainForm ( ) : System
return System

WriteLine() public method

public WriteLine ( string s, bool crlf, bool date ) : void
s string
crlf bool
date bool
return void

adaBlackPix() public method

public adaBlackPix ( IplImage image ) : bool
image IplImage
return bool

euclidean() public method

public euclidean ( ) : void
return void

initialize() public method

public initialize ( ) : void
return void

resetting() public method

public resetting ( ) : void
return void

Property Details

openx public_oe property

public int openx
return int

roiX public_oe property

public int roiX
return int

showROI public_oe property

public bool showROI
return bool

statusStrip public_oe property

public System.Windows.Forms.StatusStrip statusStrip
return System.Windows.Forms.StatusStrip

textBox public_oe property

public System.Windows.Forms.TextBox textBox
return System.Windows.Forms.TextBox

toolStripStatusLabel public_oe property

public System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel
return System.Windows.Forms.ToolStripStatusLabel

txtK public_oe property

public System.Windows.Forms.TextBox txtK
return System.Windows.Forms.TextBox