Show / Hide Table of Contents

    Class Cv.Mat

    Inheritance
    Object
    HandleCppPtr
    Cv.Mat
    Inherited Members
    HandleCppPtr.DeleteResponsibility
    HandleCppPtr.CppPtr
    Namespace: ArucoUnity.Plugin
    Assembly: Assembly-CSharp.dll
    Syntax
    public class Mat : HandleCppPtr

    Constructors

    | Improve this Doc View Source

    Mat()

    Declaration
    public Mat()
    | Improve this Doc View Source

    Mat(Cv.Size, Cv.Type)

    Declaration
    public Mat(Cv.Size size, Cv.Type type)
    Parameters
    Type Name Description
    Cv.Size size
    Cv.Type type
    | Improve this Doc View Source

    Mat(Int32, Int32, Cv.Type)

    Declaration
    public Mat(int rows, int cols, Cv.Type type)
    Parameters
    Type Name Description
    Int32 rows
    Int32 cols
    Cv.Type type
    | Improve this Doc View Source

    Mat(Int32, Int32, Cv.Type, Byte[])

    Declaration
    public Mat(int rows, int cols, Cv.Type type, byte[] data)
    Parameters
    Type Name Description
    Int32 rows
    Int32 cols
    Cv.Type type
    Byte[] data
    | Improve this Doc View Source

    Mat(Int32, Int32, Cv.Type, Double[])

    Declaration
    public Mat(int rows, int cols, Cv.Type type, double[] data)
    Parameters
    Type Name Description
    Int32 rows
    Int32 cols
    Cv.Type type
    Double[] data

    Properties

    | Improve this Doc View Source

    Cols

    Declaration
    public int Cols { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    DataByte

    Declaration
    public byte[] DataByte { get; set; }
    Property Value
    Type Description
    Byte[]
    | Improve this Doc View Source

    DataIntPtr

    Declaration
    public IntPtr DataIntPtr { get; set; }
    Property Value
    Type Description
    IntPtr
    | Improve this Doc View Source

    Rows

    Declaration
    public int Rows { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Size

    Declaration
    public Cv.Size Size { get; }
    Property Value
    Type Description
    Cv.Size

    Methods

    | Improve this Doc View Source

    AtDouble(Int32, Int32)

    Declaration
    public double AtDouble(int i0, int i1)
    Parameters
    Type Name Description
    Int32 i0
    Int32 i1
    Returns
    Type Description
    Double
    | Improve this Doc View Source

    AtDouble(Int32, Int32, Double)

    Declaration
    public void AtDouble(int i0, int i1, double value)
    Parameters
    Type Name Description
    Int32 i0
    Int32 i1
    Double value
    | Improve this Doc View Source

    AtInt(Int32, Int32)

    Declaration
    public int AtInt(int i0, int i1)
    Parameters
    Type Name Description
    Int32 i0
    Int32 i1
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    AtInt(Int32, Int32, Int32)

    Declaration
    public void AtInt(int i0, int i1, int value)
    Parameters
    Type Name Description
    Int32 i0
    Int32 i1
    Int32 value
    | Improve this Doc View Source

    Channels()

    Declaration
    public int Channels()
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    Clone()

    Declaration
    public Cv.Mat Clone()
    Returns
    Type Description
    Cv.Mat
    | Improve this Doc View Source

    Create(Int32, Int32, Cv.Type)

    Declaration
    public void Create(int rows, int cols, Cv.Type type)
    Parameters
    Type Name Description
    Int32 rows
    Int32 cols
    Cv.Type type
    | Improve this Doc View Source

    DeleteCppPtr()

    Declaration
    protected override void DeleteCppPtr()
    Overrides
    HandleCppPtr.DeleteCppPtr()
    | Improve this Doc View Source

    ElemSize()

    Declaration
    public uint ElemSize()
    Returns
    Type Description
    UInt32
    | Improve this Doc View Source

    ElemSize1()

    Declaration
    public uint ElemSize1()
    Returns
    Type Description
    UInt32
    | Improve this Doc View Source

    Total()

    Declaration
    public uint Total()
    Returns
    Type Description
    UInt32
    | Improve this Doc View Source

    Type()

    Declaration
    public Cv.Type Type()
    Returns
    Type Description
    Cv.Type

    Extension Methods

    CvMatExtensions.GetCameraFocalLengths(Cv.Mat)
    CvMatExtensions.GetCameraPrincipalPoint(Cv.Mat)
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand