Search Results for

    Show / Hide Table of Contents

    Enum LineType

    Specifies the type of connectivity used for line rasterizing.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public enum LineType : int

    Fields

    Name Description
    Connected4

    Specifies the 4-connected Bresenham algorithm.

    Connected8

    Specifies the 8-connected Bresenham algorithm.

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