C# Class Emgu.CV.Structure.MCvChain

Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Свойство 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
Résultat System.IntPtr

delta_elems public_oe property

how many elements allocated when the seq grows
public int delta_elems
Résultat int

elem_size public_oe property

size of sequence element in bytes
public int elem_size
Résultat int

first public_oe property

pointer to the first sequence block
public IntPtr,System first
Résultat System.IntPtr

flags public_oe property

micsellaneous flags
public int flags
Résultat int

free_blocks public_oe property

free blocks list
public IntPtr,System free_blocks
Résultat System.IntPtr

h_next public_oe property

next sequence
public IntPtr,System h_next
Résultat System.IntPtr

h_prev public_oe property

previous sequence
public IntPtr,System h_prev
Résultat System.IntPtr

header_size public_oe property

size of sequence header
public int header_size
Résultat int

origin public_oe property

The origin of the chain
public Point origin
Résultat Point

ptr public_oe property

current write pointer
public IntPtr,System ptr
Résultat System.IntPtr

storage public_oe property

where the seq is stored
public IntPtr,System storage
Résultat System.IntPtr

total public_oe property

total number of elements
public int total
Résultat int

v_next public_oe property

2nd next sequence
public IntPtr,System v_next
Résultat System.IntPtr

v_prev public_oe property

2nd previous sequence
public IntPtr,System v_prev
Résultat System.IntPtr