|
#include <VisionX/components/image_processor/OpenPoseEstimation/_LegacyOpenPoseEstimation/KeypointManager.h>
Public Member Functions | |
KeypointSetById::const_iterator | begin () const |
KeypointSetById::const_iterator | end () const |
float | getAverageDepth () const |
KeypointPtr | getNode (const std::string &nodeName) const |
KeypointPtr | getNode (unsigned int id) const |
void | insertNode (const KeypointPtr point) |
KeypointObject () | |
void | matchWith (const KeypointObjectPtr object) |
void | removeNode (const std::string &nodeName) |
void | removeNode (unsigned int id) |
size_t | size () const |
Keypoint2DMap | toIce2D (IdNameMap idNameMap) const |
Keypoint3DMap | toIce3D (IdNameMap idNameMap, const VirtualRobot::RobotPtr &) const |
std::string | toString2D () const |
~KeypointObject () | |
Definition at line 126 of file KeypointManager.h.
|
inline |
Definition at line 130 of file KeypointManager.h.
|
inline |
Definition at line 131 of file KeypointManager.h.
KeypointSetById::const_iterator begin | ( | ) | const |
Definition at line 155 of file KeypointManager.cpp.
KeypointSetById::const_iterator end | ( | ) | const |
Definition at line 160 of file KeypointManager.cpp.
float getAverageDepth | ( | ) | const |
KeypointPtr getNode | ( | const std::string & | nodeName | ) | const |
KeypointPtr getNode | ( | unsigned int | id | ) | const |
Definition at line 179 of file KeypointManager.cpp.
void insertNode | ( | const KeypointPtr | point | ) |
Definition at line 192 of file KeypointManager.cpp.
void matchWith | ( | const KeypointObjectPtr | object | ) |
Definition at line 304 of file KeypointManager.cpp.
void removeNode | ( | const std::string & | nodeName | ) |
Definition at line 200 of file KeypointManager.cpp.
void removeNode | ( | unsigned int | id | ) |
Definition at line 205 of file KeypointManager.cpp.
size_t size | ( | ) | const |
Keypoint2DMap toIce2D | ( | IdNameMap | idNameMap | ) | const |
Keypoint3DMap toIce3D | ( | IdNameMap | idNameMap, |
const VirtualRobot::RobotPtr & | local_robot | ||
) | const |
std::string toString2D | ( | ) | const |
Definition at line 322 of file KeypointManager.cpp.