Click or drag to resize
Accord.NET (logo)

IMotionProcessing Interface

Interface of motion processing algorithm.

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

The IMotionProcessing type exposes the following members.

Methods
  NameDescription
Public methodProcessFrame
Process video and motion frames doing further post processing after performed motion detection.
Public methodReset
Reset internal state of motion processing algorithm.
Top
Remarks

The interface specifies methods, which should be implemented by all motion processng algorithms - algorithm which perform further post processing of detected motion, which is done by motion detection algorithms (see IMotionDetector).

See Also