OpenPose
1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
verbosePrinter.hpp
Go to the documentation of this file.
1
#ifndef OPENPOSE_CORE_VERBOSE_PRINTER_HPP
2
#define OPENPOSE_CORE_VERBOSE_PRINTER_HPP
3
4
#include <
openpose/core/common.hpp
>
5
6
namespace
op
7
{
8
class
OP_API
VerbosePrinter
9
{
10
public
:
11
VerbosePrinter
(
const
double
verbose,
const
unsigned
long
long
numberFrames);
12
13
virtual
~
VerbosePrinter
();
14
15
void
printVerbose(
const
unsigned
long
long
frameNumber)
const
;
16
17
private
:
18
const
unsigned
long
long
mNumberFrames;
19
const
std::string
mNumberFramesString;
20
const
double
mVerbose;
21
};
22
}
23
24
#endif // OPENPOSE_CORE_VERBOSE_PRINTER_HPP
op::VerbosePrinter
Definition:
verbosePrinter.hpp:8
common.hpp
OP_API
#define OP_API
Definition:
macros.hpp:19
cl::string
std::string string
Definition:
cl2.hpp:574
include
openpose
core
verbosePrinter.hpp
Generated by
1.8.6