docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct RenderedObjectInfo

    Describes an instance of an object in an instance segmentation frame. Generated by RenderedObjectInfoGenerator.

    Implements
    IEquatable<RenderedObjectInfo>
    Inherited Members
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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.

    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)