Semantics
Classes
| Name | Type | Summary |
|---|---|---|
| ARSemanticSegmentationManager | SubsystemLifecycleManager<XRSemanticsSubsystem, XRSemanticsSubsystemDescriptor, Provider> | |
| NsdkSemanticsOverlay | ConditionalRenderer | - |
Structs
| Name | Type | Summary |
|---|---|---|
| ARSemanticSegmentationFrameEventArgs | ValueType | A structure for camera-related information pertaining to a particular frame. This is used to communicate information in the frameReceived event. |
| ARSemanticSegmentationModelEventArgs | ValueType, 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. |
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.