Click or drag to resize

MatSizeOfDimension Property

http://www.emgu.com
Get an array of the size of the dimensions. e.g. if the mat is 9x10x11, the array of {9, 10, 11} will be returned.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public int[] SizeOfDimension { get; }

Property Value

Type: Int32
See Also