Enum SequenceFlags
Specifies a set of operational flags for Seq instances.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum SequenceFlags : int
Fields
| Name | Description |
|---|---|
| Closed | Specifies that the geometrical curve is closed. |
| Convex | Specifies that the geometrical curve is convex. |
| Hole | Specifies that the geometrical curve represents a hole. |
| Oriented | Specifies that a graph type sequence is oriented. |
| Simple | Specifies a simple sequence of elements. |