Click or drag to resize
Accord.NET (logo)

GridMotionAreaProcessingHighlightMotionGrid Property

Highlight motion regions or not.

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

Property Value

Type: Boolean
Remarks

The property specifies if motion grid should be highlighted - if cell, which have motion level above the specified value, should be highlighted.

Default value is set to .

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

See Also