OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::HeatMapSaver Class Reference

#include <heatMapSaver.hpp>

Inheritance diagram for op::HeatMapSaver:
op::FileSaver

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
 

Detailed Description

Definition at line 9 of file heatMapSaver.hpp.

Constructor & Destructor Documentation

◆ HeatMapSaver()

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

◆ ~HeatMapSaver()

virtual op::HeatMapSaver::~HeatMapSaver ( )
virtual

Member Function Documentation

◆ saveHeatMaps()

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: