Jetson Inference
DNN Vision Library
|
A keypoint or joint in the topology. More...
#include <poseNet.h>
Public Attributes | |
uint32_t | ID |
Type ID of the keypoint - the name can be retrieved with poseNet::GetKeypointName() More... | |
float | x |
The x coordinate of the keypoint. More... | |
float | y |
The y coordinate of the keypoint. More... | |
A keypoint or joint in the topology.
A link is formed between two keypoints.
uint32_t poseNet::ObjectPose::Keypoint::ID |
Type ID of the keypoint - the name can be retrieved with poseNet::GetKeypointName()
float poseNet::ObjectPose::Keypoint::x |
The x coordinate of the keypoint.
float poseNet::ObjectPose::Keypoint::y |
The y coordinate of the keypoint.