Enum SequenceKind
Specifies the kind of Seq instances.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum SequenceKind : int
Fields
Name | Description |
---|---|
BinaryTree | Specifies a binary tree of elements. |
Curve | Specifies a sequence of elements that represents a geometrical curve. |
Generic | Specifies a generic array of elements. |
Graph | Specifies a graph of elements. |
Subdiv2D | Specifies a set of planar subdivisions. |