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
wrapperStructOutput.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_WRAPPER_WRAPPER_STRUCT_OUTPUT_HPP
2 #define OPENPOSE_WRAPPER_WRAPPER_STRUCT_OUTPUT_HPP
3 
7 
8 namespace op
9 {
15  {
26 
31  bool guiVerbose;
32 
37  bool fullScreen;
38 
45 
52 
62 
68 
73 
79 
87 
94 
101 
107 
112 
119 
126 
131 
136 
142  WrapperStructOutput(const DisplayMode displayMode = DisplayMode::NoDisplay, const bool guiVerbose = false,
143  const bool fullScreen = false, const std::string& writeKeypoint = "",
144  const DataFormat writeKeypointFormat = DataFormat::Xml,
145  const std::string& writeJson = "", const std::string& writeCocoJson = "",
146  const std::string& writeCocoFootJson = "", const std::string& writeImages = "",
147  const std::string& writeImagesFormat = "", const std::string& writeVideo = "",
148  const double writeVideoFps = 30., const std::string& writeHeatMaps = "",
149  const std::string& writeHeatMapsFormat = "", const std::string& writeVideoAdam = "",
150  const std::string& writeBvh = "", const std::string& udpHost = "",
151  const std::string& udpPort = "");
152  };
153 }
154 
155 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_OUTPUT_HPP
bool guiVerbose
Definition: wrapperStructOutput.hpp:31
std::string writeHeatMapsFormat
Definition: wrapperStructOutput.hpp:106
std::string writeKeypoint
Definition: wrapperStructOutput.hpp:44
double writeVideoFps
Definition: wrapperStructOutput.hpp:111
std::string udpPort
Definition: wrapperStructOutput.hpp:135
std::string writeImages
Definition: wrapperStructOutput.hpp:78
DataFormat
Definition: enumClasses.hpp:6
std::string writeHeatMaps
Definition: wrapperStructOutput.hpp:100
std::string writeCocoJson
Definition: wrapperStructOutput.hpp:67
DisplayMode
Definition: enumClasses.hpp:10
bool fullScreen
Definition: wrapperStructOutput.hpp:37
std::string udpHost
Definition: wrapperStructOutput.hpp:130
DataFormat writeKeypointFormat
Definition: wrapperStructOutput.hpp:51
std::string writeCocoFootJson
Definition: wrapperStructOutput.hpp:72
std::string writeBvh
Definition: wrapperStructOutput.hpp:125
std::string writeJson
Definition: wrapperStructOutput.hpp:61
std::string writeVideoAdam
Definition: wrapperStructOutput.hpp:118
std::string writeVideo
Definition: wrapperStructOutput.hpp:93
DisplayMode displayMode
Definition: wrapperStructOutput.hpp:25
#define OP_API
Definition: macros.hpp:18
std::string writeImagesFormat
Definition: wrapperStructOutput.hpp:86
Definition: wrapperStructOutput.hpp:14
std::string string
Definition: cl2.hpp:574