MatSizeOfDimemsion 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: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic int[] SizeOfDimemsion { get; }
Public ReadOnly Property SizeOfDimemsion As Integer()
Get
public:
property array<int>^ SizeOfDimemsion {
array<int>^ get ();
}
member SizeOfDimemsion : int[] with get
Property Value
Type:
Int32
See Also