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