Skip to main content
API Reference

Semantics


Classes

NameTypeSummary
ARSemanticSegmentationManagerSubsystemLifecycleManager<XRSemanticsSubsystem, XRSemanticsSubsystemDescriptor, Provider>
The ARSemanticSegmentationManager controls the XRSemanticsSubsystem and updates the semantics
textures on each Update loop. Textures and XRCpuImages are available for confidence maps of individual semantic
segmentation channels and a bit array indicating which semantic channels have surpassed the chosen confidence
threshold per pixel. For cases where a semantic segmentation texture is overlaid on the screen, utilities are
provided to read semantic properties at a given point on the screen.
NsdkSemanticsOverlayConditionalRenderer
-

Structs

NameTypeSummary
ARSemanticSegmentationFrameEventArgsValueType
A structure for camera-related information pertaining to a particular frame.
This is used to communicate information in the frameReceived event.
ARSemanticSegmentationModelEventArgsValueType, IEquatable<ARSemanticSegmentationModelEventArgs>
A structure for information about the semantic segmentation model that's become ready. This is used to
communicate information in the MetadataInitialized event.

ON THIS PAGE