AForge.Vision.Motion.BlobCountingObjectsProcessing.Reset C# (CSharp) 메소드

Reset() 공개 메소드

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
리턴 void
        public void Reset( )
        {
        }
    }