OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <keypointSaver.hpp>
Public Member Functions | |
KeypointSaver (const std::string &directoryPath, const DataFormat format) | |
virtual | ~KeypointSaver () |
void | saveKeypoints (const std::vector< Array< float >> &keypointVector, const std::string &fileName, const std::string &keypointName) const |
Additional Inherited Members | |
Protected Member Functions inherited from op::FileSaver | |
FileSaver (const std::string &directoryPath) | |
virtual | ~FileSaver () |
std::string | getNextFileName (const unsigned long long index) const |
std::string | getNextFileName (const std::string &fileNameNoExtension) const |
Definition at line 10 of file keypointSaver.hpp.
op::KeypointSaver::KeypointSaver | ( | const std::string & | directoryPath, |
const DataFormat | format | ||
) |
|
virtual |
void op::KeypointSaver::saveKeypoints | ( | const std::vector< Array< float >> & | keypointVector, |
const std::string & | fileName, | ||
const std::string & | keypointName | ||
) | const |