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 
102 
109 
116 
121 
126 
133  const double verbose = -1, const std::string& writeKeypoint = "",
134  const DataFormat writeKeypointFormat = DataFormat::Xml, const std::string& writeJson = "",
135  const std::string& writeCocoJson = "", const std::string& writeCocoFootJson = "",
136  const int writeCocoJsonVariant = 1, const std::string& writeImages = "",
137  const std::string& writeImagesFormat = "", const std::string& writeVideo = "",
138  const double writeVideoFps = 30., const std::string& writeHeatMaps = "",
139  const std::string& writeHeatMapsFormat = "", const std::string& writeVideoAdam = "",
140  const std::string& writeBvh = "", const std::string& udpHost = "", const std::string& udpPort = "");
141  };
142 }
143 
144 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_OUTPUT_HPP
int writeCocoJsonVariant
Definition: wrapperStructOutput.hpp:62
std::string writeHeatMapsFormat
Definition: wrapperStructOutput.hpp:96
std::string writeKeypoint
Definition: wrapperStructOutput.hpp:28
double writeVideoFps
Definition: wrapperStructOutput.hpp:101
std::string udpPort
Definition: wrapperStructOutput.hpp:125
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:120
DataFormat writeKeypointFormat
Definition: wrapperStructOutput.hpp:35
std::string writeCocoFootJson
Definition: wrapperStructOutput.hpp:56
std::string writeBvh
Definition: wrapperStructOutput.hpp:115
std::string writeJson
Definition: wrapperStructOutput.hpp:45
double verbose
Definition: wrapperStructOutput.hpp:21
std::string writeVideoAdam
Definition: wrapperStructOutput.hpp:108
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