Show / Hide Table of Contents

    Class Aruco.Board

    Inheritance
    Object
    HandleCppPtr
    Aruco.Board
    Aruco.CharucoBoard
    Aruco.GridBoard
    Inherited Members
    HandleCppPtr.DeleteResponsibility
    HandleCppPtr.CppPtr
    HandleCppPtr.DeleteCppPtr()
    Namespace: ArucoUnity.Plugin
    Assembly: Assembly-CSharp.dll
    Syntax
    public abstract class Board : HandleCppPtr

    Properties

    | Improve this Doc View Source

    Dictionary

    Declaration
    public Aruco.Dictionary Dictionary { get; set; }
    Property Value
    Type Description
    Aruco.Dictionary
    | Improve this Doc View Source

    Ids

    Declaration
    public Std.VectorInt Ids { get; set; }
    Property Value
    Type Description
    Std.VectorInt
    | Improve this Doc View Source

    ObjPoints

    Declaration
    public Std.VectorVectorPoint3f ObjPoints { get; set; }
    Property Value
    Type Description
    Std.VectorVectorPoint3f
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand