OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 
6 
7 namespace op
8 {
13  {
24 
29  bool guiVerbose;
30 
35  bool fullScreen;
36 
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
DisplayMode displayMode
Definition: wrapperStructGui.hpp:23
DisplayMode
Definition: enumClasses.hpp:10
Definition: wrapperStructGui.hpp:12
bool guiVerbose
Definition: wrapperStructGui.hpp:29
#define OP_API
Definition: macros.hpp:19
bool fullScreen
Definition: wrapperStructGui.hpp:35