Click or drag to resize

SeqKind Enumeration

http://www.emgu.com
The kind of sequence available

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public enum SeqKind
Members
  Member nameValueDescription
Generic0 Generic (unspecified) kind of sequence
Curve4096 Dense sequence subtypes
BinTree8192 Dense sequence subtypes
Graph4096 Sparse sequence (or set) subtypes
Subdiv2D8192 Sparse sequence (or set) subtypes
See Also