http://www.emgu.com
Sequence element type
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
SyntaxPublic Enumeration SeqEltype
public enum class SeqEltype
Members
| Member name | Value | Description |
---|
| Point | 12 |
(x,y)
|
| Code | 0 |
freeman code: 0..7
|
| Generic | 0 |
unspecified type of sequence elements
|
| Ptr | 7 |
=6
|
| Ppoint | 7 |
pointer to element of other sequence
|
| Index | 4 |
index of element of some other sequence
|
| GraphEdge | 0 |
next_o, next_d, vtx_o, vtx_d
|
| GraphVertex | 0 |
first_edge, (x,y)
|
| TrainAtr | 0 |
vertex of the binary tree
|
| ConnectedComp | 0 |
connected component
|
| Point3D | 56 |
(x,y,z)
|
See Also