On this page | |
Since | 20.5 |
This node provides a set of tools for visualizing keypoints and their connections, enabling a clear representation of types, skeletal structures, and mirrored points.
The original ML Computer Vision tools were developed by the Synthetic Data team at Endava PLC.
パラメータ ¶
View Keypoints
Visualizes keypoints by displaying a sphere sprite on each point. The sphere sprite inherits its color from the point attribute kp_color
.
View Keypoint Type
Assigns colors to keypoints based on their kp_type
attribute, ensuring that keypoints of the same type share the same color.
Keypoint Scale
In meters, the radius of the sphere sprite, with an additional multiplier from the pscale
attribute.
View Skeleton Connectivity
Visualizes the skeletal connections between keypoints with lines to visualize how they are connected.
Wire Width
In meters, the thickness in meters of the skelleton connection lines.
View Keypoint Swapable
Visualizes connection lines between points that are swappable mirrors of each other, such as the left elbow and right elbow.
Wire Width
In meters, the thickness in meters of the swappable lines.
Examples ¶
Tip
When viewing in Houdini’s Help Browser, please copy the example file’s URL to a regular browser to proceed with the download.
See also |