Show / Hide Table of Contents

    Class Std.VectorMat

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

    Constructors

    | Improve this Doc View Source

    VectorMat()

    Declaration
    public VectorMat()
    | Improve this Doc View Source

    VectorMat(IntPtr, DeleteResponsibility)

    Declaration
    public VectorMat(IntPtr vectorMatPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vectorMatPtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    At(UInt32)

    Declaration
    public Cv.Mat At(uint pos)
    Parameters
    Type Name Description
    UInt32 pos
    Returns
    Type Description
    Cv.Mat
    | Improve this Doc View Source

    Data()

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

    DeleteCppPtr()

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

    PushBack(Cv.Mat)

    Declaration
    public void PushBack(Cv.Mat value)
    Parameters
    Type Name Description
    Cv.Mat value
    | Improve this Doc View Source

    Size()

    Declaration
    public uint Size()
    Returns
    Type Description
    UInt32
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand