DESCRIPTION:
Gets the visibility of a landmark. The likelihood of the landmark being visible (present and not occluded) in the image.
INPUTS:
- Target [MediaPipePoseTrackerComponent]: The Unreal Engine/MediaPipe interface object.
- ID[int] : Landmark ID (Check https://pose.uplugins.com/pose-landmark-model/ for reference.)
OUTPUT:
- Visibility [Float]: A value in
[0.0, 1.0]
indicating the likelihood of the landmark being visible (present and not occluded) in the image.