Accord.Controls.Vision.FaceController.Reset C# (CSharp) Method

Reset() public method

Resets the controller.
public Reset ( ) : void
return void
        public void Reset()
        {
            if (IsTracking)
                OnFaceLeave(EventArgs.Empty);

            IsTracking = false;
            IsDetecting = true;
        }