Struct RenderedObjectInfo
Describes an instance of an object in an instance segmentation frame. Generated by RenderedObjectInfoGenerator.
Implements
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public struct RenderedObjectInfo : IEquatable<RenderedObjectInfo>
Fields
Name | Description |
---|---|
boundingBox | The bounding box of the object in pixel coordinates. |
instanceId | The instanceId of the rendered object. |
pixelCount | The number of pixels in the image matching this instance. |
Methods
Name | Description |
---|---|
Equals(object) | Indicates whether this instance and a specified object are equal. |
Equals(RenderedObjectInfo) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Returns the hash code for this instance. |
ToString() | Returns the fully qualified type name of this instance. |