Click or drag to resize
Accord.NET (logo)

GridMotionAreaProcessingMotionGrid Property

Motion levels of each grid's cell.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public float[,] MotionGrid { get; }
Request Example View Source

Property Value

Type: Single
Remarks

The property represents an array of size GridHeightxGridWidth, which keeps motion level of each grid's cell. If certain cell has motion level equal to 0.2, then it means that this cell has 20% of changes.

See Also