Show / Hide Table of Contents

    Class ArucoMarker

    Describes an ArUco marker.

    Inheritance
    Object
    ArucoObject
    ArucoMarker
    Inherited Members
    ArucoObject.metersToPixels300ppp
    ArucoObject.PropertyUpdating
    ArucoObject.PropertyUpdated
    ArucoObject.ArucoHashCode
    ArucoObject.Dictionary
    ArucoObject.MarkerSideLength
    ArucoObject.MarkerBorderBits
    ArucoObject.DisplayInEditor
    ArucoObject.Awake()
    ArucoObject.OnValidate()
    ArucoObject.OnPropertyUpdating()
    ArucoObject.OnPropertyUpdated()
    ArucoObject.UpdateProperties()
    ArucoObject.GetInPixels(Single)
    Namespace: ArucoUnity.Objects
    Assembly: Assembly-CSharp.dll
    Syntax
    public class ArucoMarker : ArucoObject

    Properties

    | Improve this Doc View Source

    MarkerId

    Gets or sets the marker id in the used dictionary.

    Declaration
    public int MarkerId { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    Draw()

    Declaration
    public override Cv.Mat Draw()
    Returns
    Type Description
    Cv.Mat
    Overrides
    ArucoObject.Draw()
    | Improve this Doc View Source

    GenerateName()

    Declaration
    public override string GenerateName()
    Returns
    Type Description
    String
    Overrides
    ArucoObject.GenerateName()
    | Improve this Doc View Source

    GetArucoHashCode(Int32)

    Computes the hash code of a marker based on its id.

    Declaration
    public static int GetArucoHashCode(int markerId)
    Parameters
    Type Name Description
    Int32 markerId

    The marker id.

    Returns
    Type Description
    Int32

    The calculated ArUco hash code.

    | Improve this Doc View Source

    GetGameObjectScale()

    Declaration
    public override Vector3 GetGameObjectScale()
    Returns
    Type Description
    Vector3
    Overrides
    ArucoObject.GetGameObjectScale()
    | Improve this Doc View Source

    UpdateArucoHashCode()

    Declaration
    protected override void UpdateArucoHashCode()
    Overrides
    ArucoObject.UpdateArucoHashCode()
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand