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 {
14  {
21 
28 
38 
44 
49 
55 
61 
69 
76 
83 
89 
93  double writeVideoFps;
94 
101 
108 
113 
118 
125  const std::string& writeKeypoint = "", const DataFormat writeKeypointFormat = DataFormat::Xml,
126  const std::string& writeJson = "", const std::string& writeCocoJson = "",
127  const std::string& writeCocoFootJson = "", const int writeCocoJsonVariant = 1,
128  const std::string& writeImages = "", const std::string& writeImagesFormat = "",
129  const std::string& writeVideo = "", const double writeVideoFps = 30.,
130  const std::string& writeHeatMaps = "", const std::string& writeHeatMapsFormat = "",
131  const std::string& writeVideoAdam = "", const std::string& writeBvh = "",
132  const std::string& udpHost = "", const std::string& udpPort = "");
133  };
134 }
135 
136 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_OUTPUT_HPP
int writeCocoJsonVariant
Definition: wrapperStructOutput.hpp:54
std::string writeHeatMapsFormat
Definition: wrapperStructOutput.hpp:88
std::string writeKeypoint
Definition: wrapperStructOutput.hpp:20
double writeVideoFps
Definition: wrapperStructOutput.hpp:93
std::string udpPort
Definition: wrapperStructOutput.hpp:117
std::string writeImages
Definition: wrapperStructOutput.hpp:60
DataFormat
Definition: enumClasses.hpp:6
std::string writeHeatMaps
Definition: wrapperStructOutput.hpp:82
std::string writeCocoJson
Definition: wrapperStructOutput.hpp:43
std::string udpHost
Definition: wrapperStructOutput.hpp:112
DataFormat writeKeypointFormat
Definition: wrapperStructOutput.hpp:27
std::string writeCocoFootJson
Definition: wrapperStructOutput.hpp:48
std::string writeBvh
Definition: wrapperStructOutput.hpp:107
std::string writeJson
Definition: wrapperStructOutput.hpp:37
std::string writeVideoAdam
Definition: wrapperStructOutput.hpp:100
std::string writeVideo
Definition: wrapperStructOutput.hpp:75
#define OP_API
Definition: macros.hpp:19
std::string writeImagesFormat
Definition: wrapperStructOutput.hpp:68
Definition: wrapperStructOutput.hpp:13
std::string string
Definition: cl2.hpp:574