OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <heatMapSaver.hpp>
Public Member Functions | |
HeatMapSaver (const std::string &directoryPath, const std::string &imageFormat) | |
virtual | ~HeatMapSaver () |
void | saveHeatMaps (const std::vector< Array< float >> &heatMaps, const std::string &fileName) 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 9 of file heatMapSaver.hpp.
op::HeatMapSaver::HeatMapSaver | ( | const std::string & | directoryPath, |
const std::string & | imageFormat | ||
) |
|
virtual |
void op::HeatMapSaver::saveHeatMaps | ( | const std::vector< Array< float >> & | heatMaps, |
const std::string & | fileName | ||
) | const |