Accord.Vision.Motion.BlobCountingObjectsProcessing.Reset C# (CSharp) Method

Reset() public method

Reset internal state of motion processing algorithm.

The method allows to reset internal state of motion processing algorithm and prepare it for processing of next video stream or to restart the algorithm.

public Reset ( ) : void
return void
        public void Reset( )
        {
        }
    }