Constructor RenderedObjectInfoGenerator
RenderedObjectInfoGenerator(LabelingConfiguration)
Create a new CpuRenderedObjectInfoPass with the given LabelingConfiguration.
Declaration
public RenderedObjectInfoGenerator(LabelingConfiguration labelingConfiguration)
Parameters
| Type | Name | Description |
|---|---|---|
| LabelingConfiguration | labelingConfiguration | The LabelingConfiguration to use to determine labelId. Should match the one used by the InstanceSegmentationUrpPass generating the input image. See Compute(NativeArray<uint>, int, BoundingBoxOrigin, out NativeArray<RenderedObjectInfo>, out NativeArray<uint>, Allocator) |