Show / Hide Table of Contents

    Struct MarkerPair

    Struct that contains locations and orientations for QR Code and ArUco markers that have the same id.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct MarkerPair

    Fields

    arucoMarkerCorners

    Declaration
    public MarkerCorners arucoMarkerCorners
    Field Value
    Type Description
    MarkerCorners

    id

    Declaration
    public int id
    Field Value
    Type Description
    Int32

    qrCodeMarkerCorners

    Declaration
    public MarkerCorners qrCodeMarkerCorners
    Field Value
    Type Description
    MarkerCorners
    Back to top Generated by DocFX