Interface 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 interface IMotionProcessing

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