Click or drag to resize
Accord.NET (logo)

GridMotionAreaProcessingMotionAmountToHighlight Property

Motion amount to highlight cell.

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

Property Value

Type: Single
Remarks

The property specifies motion level threshold for highlighting grid's cells. If motion level of a certain cell is higher than this value, then the cell is highlighted.

Default value is set to 0.15.

See Also