|
GridMotionAreaProcessing Constructor (Int32, Int32, Boolean, Single)
|
Namespace:
Accord.Vision.Motion
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public GridMotionAreaProcessing(
int gridWidth,
int gridHeight,
bool highlightMotionGrid,
float motionAmountToHighlight
)
Public Sub New (
gridWidth As Integer,
gridHeight As Integer,
highlightMotionGrid As Boolean,
motionAmountToHighlight As Single
)
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). - motionAmountToHighlight
- Type: SystemSingle
Motion amount to highlight cell (see MotionAmountToHighlight property).
See Also