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

Reset() public method

Resets the controller.
public Reset ( ) : void
return void
        public void Reset()
        {
            if (IsTracking)
                OnHeadLeave(new HeadEventArgs(currentX, currentY, currentAngle, currentScale));

            IsTracking = false;
            IsDetecting = true;
        }