|
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; }
Public Property GridHeight As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks The property specifies motion grid's height - number of grid' rows.
Default value is set to 16.
See Also