OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
fileSaver.hpp
Go to the documentation of this file.
1
#ifndef OPENPOSE_FILESTREAM_DATA_SAVER_HPP
2
#define OPENPOSE_FILESTREAM_DATA_SAVER_HPP
3
4
#include <
openpose/core/common.hpp
>
5
#include <
openpose/utilities/string.hpp
>
6
7
namespace
op
8
{
9
class
OP_API
FileSaver
10
{
11
protected
:
12
explicit
FileSaver
(
const
std::string& directoryPath);
13
14
virtual
~FileSaver
();
15
16
std::string
getNextFileName
(
const
unsigned
long
long
index)
const
;
17
18
std::string
getNextFileName
(
const
std::string& fileNameNoExtension)
const
;
19
20
private
:
21
const
std::string mDirectoryPath;
22
};
23
}
24
25
#endif
// OPENPOSE_FILESTREAM_DATA_SAVER_HPP
op::FileSaver
Definition:
fileSaver.hpp:10
op::FileSaver::~FileSaver
virtual ~FileSaver()
op::FileSaver::getNextFileName
std::string getNextFileName(const unsigned long long index) const
op::FileSaver::getNextFileName
std::string getNextFileName(const std::string &fileNameNoExtension) const
op::FileSaver::FileSaver
FileSaver(const std::string &directoryPath)
common.hpp
OP_API
#define OP_API
Definition:
macros.hpp:18
op
Definition:
cameraParameterReader.hpp:7
string.hpp
include
openpose
filestream
fileSaver.hpp
Generated by
1.9.1