Click or drag to resize
Accord.NET (logo)

MotionAreaHighlightingReset Method

Reset internal state of motion processing algorithm.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public void Reset()
Request Example View Source

Implements

IMotionProcessingReset
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