AForge.Vision.Motion.MotionBorderHighlighting.Reset C# (CSharp) Méthode

Reset() public méthode

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
Résultat void
        public void Reset( )
        {
        }
    }