Reset internal state of motion processing algorithm.

Namespace:  AForge.Vision.Motion
Assembly:  AForge.Vision (in AForge.Vision.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public void Reset()

Implements

IMotionProcessing..::.Reset()()()

Remarks

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.

See Also