C# Class Emgu.CV.Structure.MCvSeq

Exibir arquivo Open project: fajoy/RTSPExample

Public Properties

Property Type Description
block_max System.IntPtr
delta_elems int
elem_size int
first System.IntPtr
flags int
free_blocks System.IntPtr
h_next System.IntPtr
h_prev System.IntPtr
header_size int
ptr System.IntPtr
storage System.IntPtr
total int
v_next System.IntPtr
v_prev System.IntPtr

Property Details

block_max public_oe property

Maximal bound of the last block
public IntPtr,System block_max
return System.IntPtr

delta_elems public_oe property

How many elements allocated when the sequence grows (sequence granularity
public int delta_elems
return int

elem_size public_oe property

Size of sequence element in bytes
public int elem_size
return int

first public_oe property

Pointer to the first sequence block
public IntPtr,System first
return System.IntPtr

flags public_oe property

Micsellaneous flags
public int flags
return int

free_blocks public_oe property

Free blocks list
public IntPtr,System free_blocks
return System.IntPtr

h_next public_oe property

Next sequence
public IntPtr,System h_next
return System.IntPtr

h_prev public_oe property

Previous sequence
public IntPtr,System h_prev
return System.IntPtr

header_size public_oe property

Size of sequence header
public int header_size
return int

ptr public_oe property

Current write pointer
public IntPtr,System ptr
return System.IntPtr

storage public_oe property

Where the seq is stored
public IntPtr,System storage
return System.IntPtr

total public_oe property

Total number of elements
public int total
return int

v_next public_oe property

2nd next sequence
public IntPtr,System v_next
return System.IntPtr

v_prev public_oe property

2nd previous sequence
public IntPtr,System v_prev
return System.IntPtr