Click or drag to resize
Accord.NET (logo)

IMotionProcessingReset Method

Reset internal state of motion processing algorithm.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
void Reset()
Request Example View Source
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.

Note Note
Some motion processing algorithms may not have any stored internal states and may just process provided video frames without relying on any motion history etc. In this case such algorithms provide empty implementation of this method.

See Also