C# Class OpenCVLib2.MainForm

Afficher le fichier Open project: Juniar-Rakhman/OpenCV_ASL_Recognition Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

MainForm() public méthode

public MainForm ( ) : System
Résultat System

WriteLine() public méthode

public WriteLine ( string s, bool crlf, bool date ) : void
s string
crlf bool
date bool
Résultat void

adaBlackPix() public méthode

public adaBlackPix ( IplImage image ) : bool
image IplImage
Résultat bool

euclidean() public méthode

public euclidean ( ) : void
Résultat void

initialize() public méthode

public initialize ( ) : void
Résultat void

resetting() public méthode

public resetting ( ) : void
Résultat void

Property Details

openx public_oe property

public int openx
Résultat int

roiX public_oe property

public int roiX
Résultat int

showROI public_oe property

public bool showROI
Résultat bool

statusStrip public_oe property

public System.Windows.Forms.StatusStrip statusStrip
Résultat System.Windows.Forms.StatusStrip

textBox public_oe property

public System.Windows.Forms.TextBox textBox
Résultat System.Windows.Forms.TextBox

toolStripStatusLabel public_oe property

public System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel
Résultat System.Windows.Forms.ToolStripStatusLabel

txtK public_oe property

public System.Windows.Forms.TextBox txtK
Résultat System.Windows.Forms.TextBox