OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
wrapperStructGui.hpp
Go to the documentation of this file.
1
#ifndef OPENPOSE_WRAPPER_WRAPPER_STRUCT_GUI_HPP
2
#define OPENPOSE_WRAPPER_WRAPPER_STRUCT_GUI_HPP
3
4
#include <
openpose/core/common.hpp
>
5
#include <
openpose/gui/enumClasses.hpp
>
6
7
namespace
op
8
{
12
struct
OP_API
WrapperStructGui
13
{
23
DisplayMode
displayMode
;
24
29
bool
guiVerbose
;
30
35
bool
fullScreen
;
36
42
WrapperStructGui
(
43
const
DisplayMode
displayMode =
DisplayMode::NoDisplay
,
const
bool
guiVerbose =
false
,
44
const
bool
fullScreen =
false
);
45
};
46
}
47
48
#endif
// OPENPOSE_WRAPPER_WRAPPER_STRUCT_GUI_HPP
common.hpp
enumClasses.hpp
OP_API
#define OP_API
Definition:
macros.hpp:18
op
Definition:
cameraParameterReader.hpp:7
op::DisplayMode
DisplayMode
Definition:
enumClasses.hpp:11
op::DisplayMode::NoDisplay
@ NoDisplay
op::WrapperStructGui
Definition:
wrapperStructGui.hpp:13
op::WrapperStructGui::displayMode
DisplayMode displayMode
Definition:
wrapperStructGui.hpp:23
op::WrapperStructGui::WrapperStructGui
WrapperStructGui(const DisplayMode displayMode=DisplayMode::NoDisplay, const bool guiVerbose=false, const bool fullScreen=false)
op::WrapperStructGui::guiVerbose
bool guiVerbose
Definition:
wrapperStructGui.hpp:29
op::WrapperStructGui::fullScreen
bool fullScreen
Definition:
wrapperStructGui.hpp:35
include
openpose
wrapper
wrapperStructGui.hpp
Generated by
1.9.1