1 #ifndef OPENPOSE_WRAPPER_WRAPPER_STRUCT_OUTPUT_HPP
2 #define OPENPOSE_WRAPPER_WRAPPER_STRUCT_OUTPUT_HPP
102 const bool fullScreen =
false,
const std::string& writeKeypoint =
"",
104 const std::string& writeJson =
"",
const std::string& writeCocoJson =
"",
105 const std::string& writeImages =
"",
const std::string& writeImagesFormat =
"",
106 const std::string& writeVideo =
"",
const std::string& writeHeatMaps =
"",
107 const std::string& writeHeatMapsFormat =
"");
111 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_OUTPUT_HPP
bool guiVerbose
Definition: wrapperStructOutput.hpp:24
std::string writeHeatMapsFormat
Definition: wrapperStructOutput.hpp:94
std::string writeKeypoint
Definition: wrapperStructOutput.hpp:37
std::string writeImages
Definition: wrapperStructOutput.hpp:66
DataFormat
Definition: enumClasses.hpp:6
std::string writeHeatMaps
Definition: wrapperStructOutput.hpp:88
std::string writeCocoJson
Definition: wrapperStructOutput.hpp:60
bool fullScreen
Definition: wrapperStructOutput.hpp:30
DataFormat writeKeypointFormat
Definition: wrapperStructOutput.hpp:44
std::string writeJson
Definition: wrapperStructOutput.hpp:54
std::string writeVideo
Definition: wrapperStructOutput.hpp:81
#define OP_API
Definition: macros.hpp:9
std::string writeImagesFormat
Definition: wrapperStructOutput.hpp:74
bool displayGui
Definition: wrapperStructOutput.hpp:18
Definition: wrapperStructOutput.hpp:13