|
|
#include <VisionX/libraries/armem_human/client/HumanPoseWriter.h>
Inheritance diagram for Writer:Public Member Functions | |
| bool | commitHumanPose (const HumanPose &humanPose, const std::string &provider, const armem::Time &referencedTime) |
| bool | commitHumanPoseInCameraFrame (const HumanPose &humanPose, const std::string &provider, const armem::Time &referencedTime) |
| bool | commitHumanPoses (const std::vector< HumanPose > &humanPoses, const std::string &provider, const armem::Time &referencedTime) |
| bool | commitHumanPosesInCameraFrame (const std::vector< HumanPose > &humanPoses, const std::string &provider, const armem::Time &referencedTime) |
| Calls a dedicated interface of the human memory in order to resolve keypoints in several frames given the detection in the camera frame. More... | |
| void | connect (armem::client::MemoryNameSystem &memoryNameSystem) |
| Properties | defaultProperties () const override |
| std::string | propertyPrefix () const override |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| Writer () | |
| ~Writer () override | |
Public Member Functions inherited from SimpleWriterBase | |
| void | connect (armarx::armem::client::MemoryNameSystem &mns) |
| void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def) |
| SimpleWriterBase () | |
| virtual | ~SimpleWriterBase ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from SimpleWriterBase | |
| armem::client::Writer & | memoryWriter () |
| const Properties & | properties () const |
| void | setProperties (const Properties &p) |
Definition at line 21 of file HumanPoseWriter.h.
| Writer | ( | ) |
Definition at line 13 of file HumanPoseWriter.cpp.
|
overridedefault |
| bool commitHumanPose | ( | const HumanPose & | humanPose, |
| const std::string & | provider, | ||
| const armem::Time & | referencedTime | ||
| ) |
Definition at line 37 of file HumanPoseWriter.cpp.
| bool commitHumanPoseInCameraFrame | ( | const HumanPose & | humanPose, |
| const std::string & | provider, | ||
| const armem::Time & | referencedTime | ||
| ) |
| bool commitHumanPoses | ( | const std::vector< HumanPose > & | humanPoses, |
| const std::string & | provider, | ||
| const armem::Time & | referencedTime | ||
| ) |
Definition at line 46 of file HumanPoseWriter.cpp.
| bool commitHumanPosesInCameraFrame | ( | const std::vector< HumanPose > & | humanPoses, |
| const std::string & | provider, | ||
| const armem::Time & | referencedTime | ||
| ) |
Calls a dedicated interface of the human memory in order to resolve keypoints in several frames given the detection in the camera frame.
| humanPose | |
| provider |
Definition at line 63 of file HumanPoseWriter.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void connect | ( | armem::client::MemoryNameSystem & | memoryNameSystem | ) |
|
inlineoverridevirtual |
Implements SimpleWriterBase.
Definition at line 40 of file HumanPoseWriter.h.
|
inlineoverridevirtual |
Implements SimpleWriterBase.
Definition at line 34 of file HumanPoseWriter.h.
| void registerPropertyDefinitions | ( | armarx::PropertyDefinitionsPtr & | def | ) |