CV_SEQ_ELTYPE
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public enum SEQ_ELTYPE
Public Enumeration SEQ_ELTYPE
public enum class SEQ_ELTYPE
Members
Member | Description |
---|---|
CV_SEQ_ELTYPE_POINT |
(x,y)
|
CV_SEQ_ELTYPE_CODE |
freeman code: 0..7
|
CV_SEQ_ELTYPE_GENERIC |
unspecified type of sequence elements
|
CV_SEQ_ELTYPE_PTR |
=6
|
CV_SEQ_ELTYPE_PPOINT |
pointer to element of other sequence
|
CV_SEQ_ELTYPE_INDEX |
index of element of some other sequence
|
CV_SEQ_ELTYPE_GRAPH_EDGE |
next_o, next_d, vtx_o, vtx_d
|
CV_SEQ_ELTYPE_GRAPH_VERTEX |
first_edge, (x,y)
|
CV_SEQ_ELTYPE_TRIAN_ATR |
vertex of the binary tree
|
CV_SEQ_ELTYPE_CONNECTED_COMP |
connected component
|
CV_SEQ_ELTYPE_POINT3D |
(x,y,z)
|