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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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