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

#include <heatMapSaver.hpp>

Inherits op::FileSaver.

Public Member Functions

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

Constructor & Destructor Documentation

op::HeatMapSaver::HeatMapSaver ( const std::string &  directoryPath,
const std::string &  imageFormat 
)

Member Function Documentation

void op::HeatMapSaver::saveHeatMaps ( const std::vector< Array< float >> &  heatMaps,
const std::string &  fileName 
) const

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