Click or drag to resize
Accord.NET (logo)

IntegralImageMatrix Property

Provides access to internal array keeping integral image data.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public uint[][] Matrix { get; }
Request Example View Source

Property Value

Type: UInt32
Remarks

Note Note
The array should be accessed by [y][x] indexing.

Note Note
The array's size is [Height+1, Width+1]. The first row and column are filled with zeros, what is done for more efficient calculation of rectangles' sums.

See Also