docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    object
    NodeRuntime
    Transcoder
    PhotosensorEncoder
    PhotosensorToTexture
    PhotosensorToSegmentation
    PhotosensorToSemanticSegmentationNode
    Inherited Members
    PhotosensorToSegmentation.kTranslationTablePropID
    PhotosensorToSegmentation.segmentation
    PhotosensorToSegmentation.Disable()
    PhotosensorToSegmentation.InternalBindExtraParameters(CommandBuffer)
    PhotosensorToSegmentation.SetOutputTexture(RenderTexture)
    PhotosensorToTexture._outputBuffer
    PhotosensorToTexture._kernelName
    PhotosensorToTexture._outputTextureFormat
    PhotosensorToTexture._outputTextureID
    PhotosensorToTexture.Enable(Scheduler.ClockState)
    PhotosensorToTexture.Transcode(CustomPassContext)
    PhotosensorEncoder.photosensorData
    PhotosensorEncoder.width
    PhotosensorEncoder.height
    PhotosensorEncoder._readCount
    PhotosensorEncoder.SampleCountPerFrame
    PhotosensorEncoder.InitializeSensorSDKShaderKernel(string)
    Transcoder.inTranscode
    Transcoder.outTranscode
    Transcoder._computeShader
    Transcoder.EnableInterfaceOnChangeEvent()
    Transcoder.DisableInterfaceOnChangeEvent()
    Transcoder.InitializeSensorSDKComputeShader(string, string)
    Transcoder.Release()
    NodeRuntime._parent
    NodeRuntime._portList
    NodeRuntime._queryPath
    NodeRuntime._tickCPUTimeNs
    NodeRuntime.Initialize(SystemGraphComponent)
    NodeRuntime.InternalInitialize()
    NodeRuntime.Start()
    NodeRuntime.OnTick(double, double, Scheduler.ClockState, Scheduler.Signal)
    NodeRuntime.Update()
    NodeRuntime.FixedUpdate()
    NodeRuntime.OnPortAdded(string, Type, string, PortDirection, FieldExtra, ref IPortType)
    NodeRuntime.OnPortRemoved(string)
    NodeRuntime.InitializeDynamicPorts(SystemGraphComponent)
    NodeRuntime.QueryPath
    NodeRuntime.TickCPUTimeNs
    NodeRuntime.PortDataList
    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.0/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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)