Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX