docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BoundingBox3DAnnotation

    The generated product of the labeler

    Inheritance
    object
    DataModelElement
    Annotation
    BoundingBox3DAnnotation
    Implements
    IMessageProducer
    Inherited Members
    Annotation.m_Definition
    Annotation.annotationId
    Annotation.modelType
    Annotation.description
    Annotation.sensorId
    DataModelElement.id
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Perception.GroundTruth.Labelers
    Assembly: Unity.Perception.Runtime.dll
    Syntax
    [MovedFrom("UnityEngine.Perception.GroundTruth")]
    public class BoundingBox3DAnnotation : Annotation, IMessageProducer

    Constructors

    BoundingBox3DAnnotation(BoundingBox3DDefinition, string, List<BoundingBox3D>)

    Public constructor for the BoundingBox3DAnnotation

    Declaration
    public BoundingBox3DAnnotation(BoundingBox3DDefinition def, string sensorId, List<BoundingBox3D> boxes)
    Parameters
    Type Name Description
    BoundingBox3DDefinition def

    BoundingBox3DDefinition

    string sensorId

    Sensor data was received from

    List<BoundingBox3D> boxes

    List of BoundingBox on screen

    Properties

    boxes

    The bounding boxes recorded by the annotator

    Declaration
    public List<BoundingBox3D> boxes { get; }
    Property Value
    Type Description
    List<BoundingBox3D>

    Methods

    IsValid()

    Is the component valid?

    Declaration
    public override bool IsValid()
    Returns
    Type Description
    bool

    Is the component valid?

    Overrides
    Annotation.IsValid()

    ToMessage(IMessageBuilder)

    Convert contents int a message.

    Declaration
    public override void ToMessage(IMessageBuilder builder)
    Parameters
    Type Name Description
    IMessageBuilder builder

    The message builder that will convert the class's contents into a message

    Overrides
    Annotation.ToMessage(IMessageBuilder)

    Implements

    IMessageProducer
    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)