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( )
        {
        }
    }