Click or drag to resize
Accord.NET (logo)

BlobCountingObjectsProcessingHighlightMotionRegions Property

Highlight motion regions or not.

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

Property Value

Type: Boolean
Remarks

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

Default value is set to .

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

See Also