Click or drag to resize
Accord.NET (logo)

GridMotionAreaProcessingGridHeight Property

Height of motion grid, [2, 64].

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

Property Value

Type: Int32
Remarks

The property specifies motion grid's height - number of grid' rows.

Default value is set to 16.

See Also