C# Class Emgu.CV.Structure.MCvChain

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
origin Point
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 seq grows
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

origin public_oe property

The origin of the chain
public Point origin
return Point

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