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

#include <imageSaver.hpp>

Inheritance diagram for op::ImageSaver:
op::FileSaver

Public Member Functions

 ImageSaver (const std::string &directoryPath, const std::string &imageFormat)
 
virtual ~ImageSaver ()
 
void saveImages (const Matrix &cvOutputData, const std::string &fileName) const
 
void saveImages (const std::vector< Matrix > &matOutputDatas, 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 imageSaver.hpp.

Constructor & Destructor Documentation

◆ ImageSaver()

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

◆ ~ImageSaver()

virtual op::ImageSaver::~ImageSaver ( )
virtual

Member Function Documentation

◆ saveImages() [1/2]

void op::ImageSaver::saveImages ( const Matrix cvOutputData,
const std::string &  fileName 
) const

◆ saveImages() [2/2]

void op::ImageSaver::saveImages ( const std::vector< Matrix > &  matOutputDatas,
const std::string &  fileName 
) const

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