Highlight motion regions or not.

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

Syntax

C#
public bool HighlightMotionRegions { get; set; }

Remarks

The property specifies if detected moving objects should be highlighted with rectangle or not.

Default value is set to trueTruetruetrue (True in Visual Basic).

Note:Turning the value on leads to additional processing time of video frame.

See Also