Struct MCvMatND.Dimension
The MatND Dimension
public struct MCvMatND.Dimension
- Inherited Members
Properties
Size
Number of elements in this dimension
public int Size { get; set; }
Property Value
Step
distance between elements in bytes for this dimension
public int Step { get; set; }