Jetson Inference
DNN Vision Library
poseNet::ObjectPose::Keypoint Struct Reference

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...
 

Detailed Description

A keypoint or joint in the topology.

A link is formed between two keypoints.

Member Data Documentation

◆ ID

uint32_t poseNet::ObjectPose::Keypoint::ID

Type ID of the keypoint - the name can be retrieved with poseNet::GetKeypointName()

◆ x

float poseNet::ObjectPose::Keypoint::x

The x coordinate of the keypoint.

◆ y

float poseNet::ObjectPose::Keypoint::y

The y coordinate of the keypoint.


The documentation for this struct was generated from the following file: