Click or drag to resize
Accord.NET (logo)

MotionDetectorMotionDetectionAlgorithm Property

Motion detection algorithm to apply to each video frame.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public IMotionDetector MotionDetectionAlgorithm { get; set; }
Request Example View Source

Property Value

Type: IMotionDetector
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