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

#include <fileSaver.hpp>

Inheritance diagram for op::FileSaver:
op::HeatMapSaver op::ImageSaver op::KeypointSaver op::PeopleJsonSaver

Protected Member Functions

 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 fileSaver.hpp.

Constructor & Destructor Documentation

◆ FileSaver()

op::FileSaver::FileSaver ( const std::string &  directoryPath)
explicitprotected

◆ ~FileSaver()

virtual op::FileSaver::~FileSaver ( )
protectedvirtual

Member Function Documentation

◆ getNextFileName() [1/2]

std::string op::FileSaver::getNextFileName ( const std::string &  fileNameNoExtension) const
protected

◆ getNextFileName() [2/2]

std::string op::FileSaver::getNextFileName ( const unsigned long long  index) const
protected

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