|
#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 146 of file KeypointManager.h.
|
inline |
Definition at line 150 of file KeypointManager.h.
|
inline |
Definition at line 154 of file KeypointManager.h.
KeypointSetById::const_iterator begin | ( | ) | const |
Definition at line 176 of file KeypointManager.cpp.
KeypointSetById::const_iterator end | ( | ) | const |
Definition at line 182 of file KeypointManager.cpp.
float getAverageDepth | ( | ) | const |
KeypointPtr getNode | ( | const std::string & | nodeName | ) | const |
KeypointPtr getNode | ( | unsigned int | id | ) | const |
Definition at line 202 of file KeypointManager.cpp.
void insertNode | ( | const KeypointPtr | point | ) |
Definition at line 216 of file KeypointManager.cpp.
void matchWith | ( | const KeypointObjectPtr | object | ) |
Definition at line 337 of file KeypointManager.cpp.
void removeNode | ( | const std::string & | nodeName | ) |
Definition at line 225 of file KeypointManager.cpp.
void removeNode | ( | unsigned int | id | ) |
Definition at line 231 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 357 of file KeypointManager.cpp.