Back to Jetson Inference

Jetson Inference: poseNet::ObjectPose::Keypoint Struct Reference

docs/html/structposeNet_1_1ObjectPose_1_1Keypoint.html

latest2.2 KB
Original Source

| | Jetson Inference

DNN Vision Library |

Public Attributes | List of all members

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: