CV_SEQ_ELTYPE
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public enum SEQ_ELTYPE |
Visual Basic (Declaration) |
---|
Public Enumeration SEQ_ELTYPE |
Visual C++ |
---|
public enum class SEQ_ELTYPE |
Members
Member name | 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)
|