Click or drag to resize
Accord.NET (logo)

MotionDetectorMotionProcessingAlgorithm Property

Motion processing algorithm to apply to each video frame after motion detection is done.

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

Property Value

Type: IMotionProcessing
Remarks

The property sets motion processing algorithm, which is used by ProcessFrame(UnmanagedImage) method after motion detection in order to do further post processing of motion frames. The aim of further post processing depends on actual implementation of the specified motion processing algorithm - it can be highlighting of motion area, objects counting, etc.

See Also