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::ImageSaver Class Reference

#include <imageSaver.hpp>

Inherits op::FileSaver.

Public Member Functions

 ImageSaver (const std::string &directoryPath, const std::string &imageFormat)
 
void saveImages (const std::vector< cv::Mat > &cvOutputDatas, 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::ImageSaver::ImageSaver ( const std::string &  directoryPath,
const std::string &  imageFormat 
)

Member Function Documentation

void op::ImageSaver::saveImages ( const std::vector< cv::Mat > &  cvOutputDatas,
const std::string &  fileName 
) const

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