Свойство | Тип | Описание | |
---|---|---|---|
computeCurrentPosition | void | ||
source_NewFrame | void |
Метод | Описание | |
---|---|---|
Calibrate ( FaceMovement movement ) : void |
Calibrates the specified movement using current positions.
|
|
FaceController ( ) : System |
Initializes a new instance of the FaceController class.
|
|
Reset ( ) : void |
Resets the controller.
|
|
Start ( ) : void |
Starts processing the source stream and sending events.
|
|
Stop ( ) : void |
Stops sending events.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the T:System.ComponentModel.Component and optionally releases the managed resources.
|
|
OnFaceEnter ( Accord.Controls.Vision.FaceEventArgs args ) : void |
Called when a face enters the scene.
|
|
OnFaceLeave ( |
Called when the face being tracked leaves the scene.
|
|
OnFaceMove ( Accord.Controls.Vision.FaceEventArgs args ) : void |
Called when a head movement is detected.
|
|
OnPropertyChanged ( string name ) : void |
Called when [property changed].
|
Метод | Описание | |
---|---|---|
computeCurrentPosition ( int width, int height ) : void | ||
source_NewFrame ( object sender, |
public Calibrate ( FaceMovement movement ) : void | ||
movement | FaceMovement | The movement to be calibrated. |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged /// resources; false to release only unmanaged resources. |
Результат | void |
protected OnFaceEnter ( Accord.Controls.Vision.FaceEventArgs args ) : void | ||
args | Accord.Controls.Vision.FaceEventArgs | |
Результат | void |
protected OnFaceLeave ( |
||
args | ||
Результат | void |
protected OnFaceMove ( Accord.Controls.Vision.FaceEventArgs args ) : void | ||
args | Accord.Controls.Vision.FaceEventArgs | |
Результат | void |
protected OnPropertyChanged ( string name ) : void | ||
name | string | The name. |
Результат | void |