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

Показать файл Открыть проект

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

Свойство Тип Описание
count int
data System.IntPtr
next System.IntPtr
prev System.IntPtr
start_index int

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

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

Number of elements in the block.
public int count
Результат int

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

Pointer to the first element of the block.
public IntPtr,System data
Результат System.IntPtr

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

Next sequence block.
public IntPtr,System next
Результат System.IntPtr

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

Previous sequence block.
public IntPtr,System prev
Результат System.IntPtr

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

Index of the first element in the block + sequence->first->start_index.
public int start_index
Результат int