Search Results for

    Show / Hide Table of Contents

    Enum LineFlags

    Specifies flags for the line drawing algorithm used for rasterizing.

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

    Fields

    Name Description
    AntiAliased

    Specifies anti-aliased lines drawn using gaussian filtering.

    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