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 41 of file types.h.

Member Typedef Documentation

◆ KeyPointMap

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

Definition at line 45 of file types.h.

Member Data Documentation

◆ cameraFrameName

std::string cameraFrameName

Definition at line 49 of file types.h.

◆ humanTrackingId

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

Definition at line 47 of file types.h.

◆ keypoints

KeyPointMap keypoints

Definition at line 46 of file types.h.

◆ poseModelId

std::string poseModelId

Definition at line 43 of file types.h.

◆ timestamp

DateTime timestamp

Definition at line 48 of file types.h.


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