|
GridMotionAreaProcessing Constructor (Int32, Int32)
|
Namespace:
Accord.Vision.Motion
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public GridMotionAreaProcessing(
int gridWidth,
int gridHeight
)
Public Sub New (
gridWidth As Integer,
gridHeight As Integer
)
Request Example
View SourceParameters
- gridWidth
- Type: SystemInt32
Width of motion grid (see GridWidth property). - gridHeight
- Type: SystemInt32
Height of motion grid (see GridHeight property).
See Also