C# Class Emgu.CV.Structure.MCvContour

Exibir arquivo Open project: fajoy/RTSPExample

Public Properties

Property Type Description
block_max System.IntPtr
color int
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
rect System.Drawing.Rectangle
reserved0 int
reserved1 int
reserved2 int
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

color public_oe property

Color
public int color
return int

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

Pointer to the next sequence
public IntPtr,System h_next
return System.IntPtr

h_prev public_oe property

Pointer to the 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

rect public_oe property

If computed, stores the minimum enclosing rectangle
public Rectangle,System.Drawing rect
return System.Drawing.Rectangle

reserved0 public_oe property

Reserved0
public int reserved0
return int

reserved1 public_oe property

Reserved1
public int reserved1
return int

reserved2 public_oe property

Reserved2
public int reserved2
return int

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

Pointer to the 2nd next sequence
public IntPtr,System v_next
return System.IntPtr

v_prev public_oe property

Pointer to the 2nd previous sequence
public IntPtr,System v_prev
return System.IntPtr