C# Class SampleApp.FaceForm

ファイルを表示 Open project: accord-net/framework Class Usage Examples

Public Properties

Property Type Description
faceController Accord.Controls.Vision.FaceController

Public Methods

Method Description
FaceForm ( ) : System
FaceForm ( MainForm mainForm ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnHorizontalMax_Click ( object sender, EventArgs e ) : void
btnHorizontalMin_Click ( object sender, EventArgs e ) : void
btnVerticalMax_Click ( object sender, EventArgs e ) : void
btnVerticalMin_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
controller_FaceMove ( object sender, FaceEventArgs e ) : 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

FaceForm() public method

public FaceForm ( ) : System
return System

FaceForm() public method

public FaceForm ( MainForm mainForm ) : System
mainForm MainForm
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

Property Details

faceController public_oe property

public Accord.Controls.Vision.FaceController faceController
return Accord.Controls.Vision.FaceController