Click or drag to resize
Accord.NET (logo)

GridMotionAreaProcessing Constructor (Int32, Int32, Boolean)

Initializes a new instance of the GridMotionAreaProcessing class.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public GridMotionAreaProcessing(
	int gridWidth,
	int gridHeight,
	bool highlightMotionGrid
)
Request Example View Source

Parameters

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