Enum DepthMeasurementStrategy
The measurement strategies available to the depth labeler.
Namespace: UnityEngine.Perception.GroundTruth.Labelers
Assembly: Unity.Perception.Runtime.dll
Syntax
[MovedFrom("UnityEngine.Perception.GroundTruth")]
public enum DepthMeasurementStrategy
Fields
Name | Description |
---|---|
Depth | Captured depth values return the distance between the surface of the object and the forward plane of the camera. |
Range | Captured range values return the line of sight distance between the surface of the object and the position of the camera. |