Enum BoundingBoxOrigin
The origin to use for bounding box calculation
Namespace: UnityEngine.Perception.GroundTruth
Syntax
public enum BoundingBoxOrigin : int
Fields
| Name | Description | Value |
|---|---|---|
| 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. |