Struct MCvMat
Managed structure equivalent to CvMat
public struct MCvMat
- Inherited Members
Fields
Cols
number of columns
public int Cols
Field Value
Data
data pointers
public nint Data
Field Value
HdrRefcount
Header reference count
public int HdrRefcount
Field Value
Refcount
underlying data reference counter
public nint Refcount
Field Value
Rows
number of rows
public int Rows
Field Value
Step
full row length in bytes
public int Step
Field Value
Type
CvMat signature (CV_MAT_MAGIC_VAL), element type and flags
public int Type
Field Value
Properties
Height
Height
public int Height { get; }
Property Value
NumberOfChannels
Get the number of channels
public int NumberOfChannels { get; }
Property Value
Width
Width
public int Width { get; }