C# Class Emgu.CV.Structure.MCvSubdiv2D

Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Свойство Type Description
active_count int
block_max System.IntPtr
bottomright System.Drawing.PointF
delta_elems int
edges System.IntPtr
elem_size int
first System.IntPtr
flags int
free_blocks System.IntPtr
free_elems System.IntPtr
h_next System.IntPtr
h_prev System.IntPtr
header_size int
is_geometry_valid int
ptr System.IntPtr
quad_edges int
recent_edge MCvSubdiv2DEdge
storage System.IntPtr
topleft System.Drawing.PointF
total int
v_next System.IntPtr
v_prev System.IntPtr

Property Details

active_count public_oe property

public int active_count
Résultat int

block_max public_oe property

maximal bound of the last block
public IntPtr,System block_max
Résultat System.IntPtr

bottomright public_oe property

The virtual bottom right corner of this subdivision
public System.Drawing.PointF bottomright
Résultat System.Drawing.PointF

delta_elems public_oe property

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

edges public_oe property

Pointer to CvSet
public IntPtr,System edges
Résultat System.IntPtr

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

free_elems public_oe property

public IntPtr,System free_elems
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

is_geometry_valid public_oe property

public int is_geometry_valid
Résultat int

ptr public_oe property

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

quad_edges public_oe property

public int quad_edges
Résultat int

recent_edge public_oe property

public MCvSubdiv2DEdge,Emgu.CV.Structure recent_edge
Résultat MCvSubdiv2DEdge

storage public_oe property

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

topleft public_oe property

The virtual topleft corner of this subdivision
public System.Drawing.PointF topleft
Résultat System.Drawing.PointF

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