http://www.emgu.com
pairs (number of elements, distance between elements in bytes) for every dimension
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic MCvMatNDDimension[] dim { get; }
Public ReadOnly Property dim As MCvMatNDDimension()
Get
public:
property array<MCvMatNDDimension>^ dim {
array<MCvMatNDDimension>^ get ();
}
member dim : MCvMatNDDimension[] with get
Property Value
Type:
MCvMatNDDimension
See Also