Show / Hide Table of Contents

    Class Aruco.GridBoard

    Inheritance
    Object
    HandleCppPtr
    Aruco.Board
    Aruco.GridBoard
    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 GridBoard : Aruco.Board

    Methods

    | Improve this Doc View Source

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

    Declaration
    public static Aruco.GridBoard Create(int markersX, int markersY, float markerLength, float markerSeparation, Aruco.Dictionary dictionary, int firstMarker = 0)
    Parameters
    Type Name Description
    Int32 markersX
    Int32 markersY
    Single markerLength
    Single markerSeparation
    Aruco.Dictionary dictionary
    Int32 firstMarker
    Returns
    Type Description
    Aruco.GridBoard
    | 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

    GetGridSize()

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

    GetMarkerLength()

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

    GetMarkerSeparation()

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