SceneSegmentationChannel
Represents the different semantic segmentation channels that can be detected. This mirrors the native ARDK_Semantics_Channel enum.
Declaration
enum class SceneSegmentationChannelProperties
| Name | Type | Summary |
|---|---|---|
| value | Int | - |
Cases
| Name | Type | Summary |
|---|---|---|
| ArtificialGround | ArtificialGround | - |
| Grass | Grass | - |
| Ground | Ground | - |
| NaturalGround | NaturalGround | - |
| Sky | Sky | - |
Functions
| Name | Type | Summary |
|---|---|---|
| toString | String | Overrides the default toString() to provide a more human-readable name. It splits PascalCase names like "NaturalGround" into "Natural Ground". |