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