Enum ShapeOrientation
Specifies the desired orientation of the convex hull.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum ShapeOrientation : int
Fields
Name | Description |
---|---|
Clockwise | Specifies that the convex hull should be oriented clockwise. |
CounterClockwise | Specifies that the convex hull should be oriented counterclockwise. |