Struct MarkerPair
Struct that contains locations and orientations for QR Code and ArUco markers that have the same id.
Inherited Members
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 |