Property | Type | Description | |
---|---|---|---|
computeCurrentPosition | void | ||
source_NewFrame | void | ||
videoSource_PlayingFinished | void | ||
videoSource_VideoSourceError | void |
Method | Description | |
---|---|---|
Calibrate ( HeadMovement movement ) : void |
Calibrates the specified movement using current positions.
|
|
HeadController ( ) : Accord.Math |
Initializes a new instance of the HeadController class.
|
|
Reset ( ) : void |
Resets the controller.
|
|
SignalToStop ( ) : void |
Signal the video source to stop.
|
|
Start ( ) : void |
Starts processing the video source.
|
|
Stop ( ) : void |
Stops the video source.
|
|
WaitForStop ( ) : void |
Waits until the video source has stopped.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the T:System.ComponentModel.Component and optionally releases the managed resources.
|
|
OnHeadEnter ( |
Called when a face enters the scene.
|
|
OnHeadLeave ( |
Called when the face being tracked leaves the scene.
|
|
OnHeadMove ( |
Called when a head movement is detected.
|
|
OnPropertyChanged ( string name ) : void |
Called when [property changed].
|
Method | Description | |
---|---|---|
computeCurrentPosition ( ) : void | ||
source_NewFrame ( object sender, |
||
videoSource_PlayingFinished ( object sender, ReasonToFinishPlaying reason ) : void | ||
videoSource_VideoSourceError ( object sender, |
public Calibrate ( HeadMovement movement ) : void | ||
movement | HeadMovement | The movement to be calibrated. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged /// resources; false to release only unmanaged resources. |
return | void |
protected OnHeadEnter ( |
||
args | ||
return | void |
protected OnHeadLeave ( |
||
args | ||
return | void |
protected OnHeadMove ( |
||
args | ||
return | void |
protected OnPropertyChanged ( string name ) : void | ||
name | string | The name. |
return | void |