Table of Contents

Struct MCvMat

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

Managed structure equivalent to CvMat

public struct MCvMat
Inherited Members

Fields

Cols

number of columns

public int Cols

Field Value

int

Data

data pointers

public nint Data

Field Value

nint

HdrRefcount

Header reference count

public int HdrRefcount

Field Value

int

Refcount

underlying data reference counter

public nint Refcount

Field Value

nint

Rows

number of rows

public int Rows

Field Value

int

Step

full row length in bytes

public int Step

Field Value

int

Type

CvMat signature (CV_MAT_MAGIC_VAL), element type and flags

public int Type

Field Value

int

Properties

Height

Height

public int Height { get; }

Property Value

int

NumberOfChannels

Get the number of channels

public int NumberOfChannels { get; }

Property Value

int

Width

Width

public int Width { get; }

Property Value

int