Width of motion grid, [2, 64].

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

Syntax

C#
public int GridWidth { get; set; }

Remarks

The property specifies motion grid's width - number of grid' columns.

Default value is set to 16.

See Also