Motion amount to highlight cell.

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

Syntax

C#
public float MotionAmountToHighlight { get; set; }

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