Search Results for

    Show / Hide Table of Contents

    Enum IplOrigin

    Specifies the available data origin for IplImage instances.

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

    Fields

    Name Description
    BottomLeft

    Specifies a bottom-right reference coordinate system (Y increases upwards).

    TopLeft

    Specifies a top-left reference coordinate system (Y increases downwards).

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