Search Results for

    Show / Hide Table of Contents

    Enum FlipMode

    Specifies the mirror mode used in Flip(Arr, Arr, FlipMode).

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

    Fields

    Name Description
    Both

    Specifies that the array should be flipped both vertically and horizontally.

    Horizontal

    Specifies that the array should be flipped horizontally.

    Vertical

    Specifies that the array should be flipped vertically.

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