OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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
#define OP_API
Definition: macros.hpp:18
DisplayMode
Definition: enumClasses.hpp:11
WrapperStructGui(const DisplayMode displayMode=DisplayMode::NoDisplay, const bool guiVerbose=false, const bool fullScreen=false)