Click or drag to resize
Accord.NET (logo)

MotionDetectorMotionZones Property

Set of zones to detect motion in.

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

Property Value

Type: Rectangle
Remarks

The property keeps array of rectangular zones, which are observed for motion detection. Motion outside of these zones is ignored.

In the case if this property is set, the ProcessFrame(UnmanagedImage) method will filter out all motion witch was detected by motion detection algorithm, but is not located in the specified zones.

See Also