|
FaceControllerOnFaceLeave Method
|
Called when the face being tracked leaves the scene.
Namespace:
Accord.Controls.Vision
Assembly:
Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax protected virtual void OnFaceLeave(
EventArgs args
)
Protected Overridable Sub OnFaceLeave (
args As EventArgs
)
Request Example
View SourceParameters
- args
- Type: SystemEventArgs
See Also