Class PhotosensorToSemanticSegmentationNode
Maps object IDs to a specific SemanticSegmentationLabel configuration. Semantic segmenation would map the objects to semantic class groupings, multiple objects maybe mapped to the same class.
Inheritance
PhotosensorToSemanticSegmentationNode
Inherited Members
NodeRuntime._parent
NodeRuntime._portList
NodeRuntime._queryPath
NodeRuntime._tickCPUTimeNs
NodeRuntime.Initialize(SystemGraphComponent)
NodeRuntime.FixedUpdate()
NodeRuntime.InitializeDynamicPorts(SystemGraphComponent)
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
[NodeCategory("PhotosensorEncoder", "PhotosensorToSemanticSegmentation", NodeTick.Asynchronous, (LifeCycle)0, 0, NodeMode.Standard, false)]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.sensorsdk@2.1/manual/DeveloperGuide/LidarSegmentation.html")]
public class PhotosensorToSemanticSegmentationNode : PhotosensorToSegmentation
Constructors
Name | Description |
---|---|
PhotosensorToSemanticSegmentationNode() | Initializes and returns an instance of PhotosensorToSemanticSegmentationNode. |
Methods
Name | Description |
---|---|
InternalBuildTranslationTable() | Creates the _gpuTranslationTable used to convert labels to the output texture. |