Class KeypointDefinition
A definition of a keypoint (joint).
Namespace: UnityEngine.Perception.GroundTruth
Syntax
public class KeypointDefinition : object
Fields
associateToRig
Does this keypoint map directly to a
Declaration
public bool associateToRig
Field Value
Type | Description |
---|---|
Boolean |
color
The color of the keypoint in the visualization
Declaration
public Color color
Field Value
Type | Description |
---|---|
Color |
label
The name of the keypoint
Declaration
public string label
Field Value
Type | Description |
---|---|
String |
rigLabel
The associated
Declaration
public HumanBodyBones rigLabel
Field Value
Type | Description |
---|---|
HumanBodyBones |
selfOcclusionDistance
The max distance the keypoint can be behind an object before it is considered occluded. Distance is computed in the local space of the joint, so object scale is computed
Declaration
public float selfOcclusionDistance
Field Value
Type | Description |
---|---|
Single |