Show / Hide Table of Contents

    Class Aruco.CharucoBoard

    Inheritance
    Object
    HandleCppPtr
    Aruco.Board
    Aruco.CharucoBoard
    Inherited Members
    Aruco.Board.Dictionary
    Aruco.Board.Ids
    Aruco.Board.ObjPoints
    HandleCppPtr.DeleteResponsibility
    HandleCppPtr.CppPtr
    Namespace: ArucoUnity.Plugin
    Assembly: Assembly-CSharp.dll
    Syntax
    public class CharucoBoard : Aruco.Board

    Properties

    | Improve this Doc View Source

    ChessboardCorners

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

    MarkerCorners

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

    MarkerIdx

    Declaration
    public Std.VectorVectorInt MarkerIdx { get; set; }
    Property Value
    Type Description
    Std.VectorVectorInt

    Methods

    | Improve this Doc View Source

    Create(Int32, Int32, Single, Single, Aruco.Dictionary)

    Declaration
    public static Aruco.CharucoBoard Create(int squaresX, int squaresY, float squareLength, float markerLength, Aruco.Dictionary dictionary)
    Parameters
    Type Name Description
    Int32 squaresX
    Int32 squaresY
    Single squareLength
    Single markerLength
    Aruco.Dictionary dictionary
    Returns
    Type Description
    Aruco.CharucoBoard
    | Improve this Doc View Source

    DeleteCppPtr()

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

    Draw(Cv.Size, out Cv.Mat, Int32, Int32)

    Declaration
    public void Draw(Cv.Size outSize, out Cv.Mat img, int marginSize = 0, int borderBits = 1)
    Parameters
    Type Name Description
    Cv.Size outSize
    Cv.Mat img
    Int32 marginSize
    Int32 borderBits
    | Improve this Doc View Source

    GetChessboardSize()

    Declaration
    public Cv.Size GetChessboardSize()
    Returns
    Type Description
    Cv.Size
    | Improve this Doc View Source

    GetMarkerLength()

    Declaration
    public float GetMarkerLength()
    Returns
    Type Description
    Single
    | Improve this Doc View Source

    GetSquareLength()

    Declaration
    public float GetSquareLength()
    Returns
    Type Description
    Single
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand