Enum BoundingBoxOrigin
The origin to use for bounding box calculation
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public enum BoundingBoxOrigin
Fields
| Name | Description |
|---|---|
| BottomLeft | (0, 0) is located at the bottom-left of the image, with +y pointing up. |
| TopLeft | (0, 0) is located at the top-left of the image, with +y pointing down. |