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  double verbose;
22 
29 
36 
46 
52 
57 
63 
69 
77 
84 
91 
97 
106 
113 
120 
127 
132 
137 
144  const double verbose = -1, const std::string& writeKeypoint = "",
145  const DataFormat writeKeypointFormat = DataFormat::Xml, const std::string& writeJson = "",
146  const std::string& writeCocoJson = "", const std::string& writeCocoFootJson = "",
147  const int writeCocoJsonVariant = 1, const std::string& writeImages = "",
148  const std::string& writeImagesFormat = "", const std::string& writeVideo = "",
149  const double writeVideoFps = -1., const std::string& writeHeatMaps = "",
150  const std::string& writeHeatMapsFormat = "", const std::string& writeVideo3D = "",
151  const std::string& writeVideoAdam = "", const std::string& writeBvh = "",
152  const std::string& udpHost = "", const std::string& udpPort = "");
153  };
154 }
155 
156 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_OUTPUT_HPP
int writeCocoJsonVariant
Definition: wrapperStructOutput.hpp:62
std::string writeHeatMapsFormat
Definition: wrapperStructOutput.hpp:96
std::string writeVideo3D
Definition: wrapperStructOutput.hpp:112
std::string writeKeypoint
Definition: wrapperStructOutput.hpp:28
double writeVideoFps
Definition: wrapperStructOutput.hpp:105
std::string udpPort
Definition: wrapperStructOutput.hpp:136
std::string writeImages
Definition: wrapperStructOutput.hpp:68
DataFormat
Definition: enumClasses.hpp:6
std::string writeHeatMaps
Definition: wrapperStructOutput.hpp:90
std::string writeCocoJson
Definition: wrapperStructOutput.hpp:51
std::string udpHost
Definition: wrapperStructOutput.hpp:131
DataFormat writeKeypointFormat
Definition: wrapperStructOutput.hpp:35
std::string writeCocoFootJson
Definition: wrapperStructOutput.hpp:56
std::string writeBvh
Definition: wrapperStructOutput.hpp:126
std::string writeJson
Definition: wrapperStructOutput.hpp:45
double verbose
Definition: wrapperStructOutput.hpp:21
std::string writeVideoAdam
Definition: wrapperStructOutput.hpp:119
std::string writeVideo
Definition: wrapperStructOutput.hpp:83
#define OP_API
Definition: macros.hpp:19
std::string writeImagesFormat
Definition: wrapperStructOutput.hpp:76
Definition: wrapperStructOutput.hpp:13
std::string string
Definition: cl2.hpp:574