Initializes a new instance of the GridMotionAreaProcessing class.

Namespace:  AForge.Vision.Motion
Assembly:  AForge.Vision (in AForge.Vision.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public GridMotionAreaProcessing(
	int gridWidth,
	int gridHeight,
	bool highlightMotionGrid
)

Parameters

gridWidth
Type: System..::.Int32
Width of motion grid (see GridWidth property).
gridHeight
Type: System..::.Int32
Height of motion grid (see GridHeight property).
highlightMotionGrid
Type: System..::.Boolean
Highlight motion regions or not (see HighlightMotionGrid property).

See Also