HumanPose Struct Reference

#include <VisionX/libraries/armem_human/types.h>

Public Types

using KeyPointMap = std::map< std::string, PoseKeypoint >
 

Public Attributes

std::string cameraFrameName
 
std::optional< std::string > humanTrackingId = std::nullopt
 
KeyPointMap keypoints
 
std::string poseModelId
 
DateTime timestamp
 

Detailed Description

Definition at line 29 of file types.h.

Member Typedef Documentation

◆ KeyPointMap

using KeyPointMap = std::map<std::string, PoseKeypoint>

Definition at line 33 of file types.h.

Member Data Documentation

◆ cameraFrameName

std::string cameraFrameName

Definition at line 37 of file types.h.

◆ humanTrackingId

std::optional<std::string> humanTrackingId = std::nullopt

Definition at line 35 of file types.h.

◆ keypoints

KeyPointMap keypoints

Definition at line 34 of file types.h.

◆ poseModelId

std::string poseModelId

Definition at line 31 of file types.h.

◆ timestamp

DateTime timestamp

Definition at line 36 of file types.h.


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