OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
op::KeypointSaver Class Reference

#include <keypointSaver.hpp>

Inherits op::FileSaver.

Public Member Functions

 KeypointSaver (const std::string &directoryPath, const DataFormat format)
 
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)
 
std::string getNextFileName (const unsigned long long index) const
 
std::string getNextFileName (const std::string &fileNameNoExtension) const
 

Constructor & Destructor Documentation

op::KeypointSaver::KeypointSaver ( const std::string &  directoryPath,
const DataFormat  format 
)

Member Function Documentation

void op::KeypointSaver::saveKeypoints ( const std::vector< Array< float >> &  keypointVector,
const std::string &  fileName,
const std::string &  keypointName 
) const

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