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.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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