Table of Contents

Struct MCvMatND.Dimension

Namespace
Emgu.CV.Structure
Assembly
Emgu.CV.dll

The MatND Dimension

public struct MCvMatND.Dimension
Inherited Members

Properties

Size

Number of elements in this dimension

public int Size { get; set; }

Property Value

int

Step

distance between elements in bytes for this dimension

public int Step { get; set; }

Property Value

int