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 (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic int[] SizeOfDimension { get; }
Public ReadOnly Property SizeOfDimension As Integer()
Get
public:
property array<int>^ SizeOfDimension {
array<int>^ get ();
}
member SizeOfDimension : int[] with get
Property Value
Type:
Int32
See Also