Search Results for

    Show / Hide Table of Contents

    Enum Depth

    Specifies the available element bit depth formats for Mat and Seq instances.

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

    Fields

    Name Description
    F32

    Specifies a floating point 32-bit element depth.

    F64

    Specifies a floating point 64-bit element depth.

    S16

    Specifies a signed 16-bit element depth.

    S32

    Specifies a signed 32-bit element depth.

    S8

    Specifies a signed 8-bit element depth.

    U16

    Specifies an unsigned 16-bit element depth.

    U8

    Specifies an unsigned 8-bit element depth.

    UserType

    Specifies a user defined element pointer type.

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