Search Results for

    Show / Hide Table of Contents

    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.

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