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 
85 
93 
100 
107 
113 
118 
125 
132 
137 
142 
148  WrapperStructOutput(const DisplayMode displayMode = DisplayMode::NoDisplay, const bool guiVerbose = false,
149  const bool fullScreen = false, const std::string& writeKeypoint = "",
150  const DataFormat writeKeypointFormat = DataFormat::Xml,
151  const std::string& writeJson = "", const std::string& writeCocoJson = "",
152  const std::string& writeCocoFootJson = "", const int writeCocoJsonVariant = 1,
153  const std::string& writeImages = "", const std::string& writeImagesFormat = "",
154  const std::string& writeVideo = "", const double writeVideoFps = 30.,
155  const std::string& writeHeatMaps = "", const std::string& writeHeatMapsFormat = "",
156  const std::string& writeVideoAdam = "", const std::string& writeBvh = "",
157  const std::string& udpHost = "", const std::string& udpPort = "");
158  };
159 }
160 
161 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_OUTPUT_HPP
int writeCocoJsonVariant
Definition: wrapperStructOutput.hpp:78
bool guiVerbose
Definition: wrapperStructOutput.hpp:31
std::string writeHeatMapsFormat
Definition: wrapperStructOutput.hpp:112
std::string writeKeypoint
Definition: wrapperStructOutput.hpp:44
double writeVideoFps
Definition: wrapperStructOutput.hpp:117
std::string udpPort
Definition: wrapperStructOutput.hpp:141
std::string writeImages
Definition: wrapperStructOutput.hpp:84
DataFormat
Definition: enumClasses.hpp:6
std::string writeHeatMaps
Definition: wrapperStructOutput.hpp:106
std::string writeCocoJson
Definition: wrapperStructOutput.hpp:67
DisplayMode
Definition: enumClasses.hpp:10
bool fullScreen
Definition: wrapperStructOutput.hpp:37
std::string udpHost
Definition: wrapperStructOutput.hpp:136
DataFormat writeKeypointFormat
Definition: wrapperStructOutput.hpp:51
std::string writeCocoFootJson
Definition: wrapperStructOutput.hpp:72
std::string writeBvh
Definition: wrapperStructOutput.hpp:131
std::string writeJson
Definition: wrapperStructOutput.hpp:61
std::string writeVideoAdam
Definition: wrapperStructOutput.hpp:124
std::string writeVideo
Definition: wrapperStructOutput.hpp:99
DisplayMode displayMode
Definition: wrapperStructOutput.hpp:25
#define OP_API
Definition: macros.hpp:19
std::string writeImagesFormat
Definition: wrapperStructOutput.hpp:92
Definition: wrapperStructOutput.hpp:14
std::string string
Definition: cl2.hpp:574