Class KeyPointLabeler.KeyPoint
The values of a specific keypoint
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
[Serializable]
public class KeyPointLabeler.KeyPoint
Fields
| Name | Description |
|---|---|
| index | The index of the keypoint in the template file |
| state | The state of the point, 0 = not present, 1 = keypoint is present but not visible, 2 = keypoint is present and visible |
| x | The keypoint's x-coordinate pixel location |
| y | The keypoint's y-coordinate pixel location |