C# Класс Emgu.CV.Structure.MCvMat

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
cols int
data System.IntPtr
hdr_refcount int
refcount System.IntPtr
rows int
step int
type int

Описание свойств

cols публичное свойство

number of columns
public int cols
Результат int

data публичное свойство

data pointers
public IntPtr,System data
Результат System.IntPtr

hdr_refcount публичное свойство

Header reference count
public int hdr_refcount
Результат int

refcount публичное свойство

underlying data reference counter
public IntPtr,System refcount
Результат System.IntPtr

rows публичное свойство

number of rows
public int rows
Результат int

step публичное свойство

full row length in bytes
public int step
Результат int

type публичное свойство

CvMat signature (CV_MAT_MAGIC_VAL), element type and flags
public int type
Результат int