Motion detection algorithm to apply to each video frame.

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

Syntax

C#
public IMotionDetector MotionDetectionAlgorithm { get; set; }

Remarks

The property sets motion detection algorithm, which is used by ProcessFrame(UnmanagedImage) method in order to calculate motion level and motion frame.

See Also