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
wrapperAuxiliary.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_WRAPPER_WRAPPER_AUXILIARY_HPP
2 #define OPENPOSE_WRAPPER_WRAPPER_AUXILIARY_HPP
3 
10 
11 namespace op
12 {
25  OP_API void wrapperConfigureSecurityChecks(WrapperStructPose& wrapperStructPose,
26  const WrapperStructFace& wrapperStructFace,
27  const WrapperStructHand& wrapperStructHand,
28  const WrapperStructExtra& wrapperStructExtra,
29  const WrapperStructInput& wrapperStructInput,
30  const WrapperStructOutput& wrapperStructOutput,
31  const bool renderOutput,
32  const bool userOutputWsEmpty,
33  const ThreadManagerMode threadManagerMode);
34 }
35 
36 #endif // OPENPOSE_WRAPPER_WRAPPER_AUXILIARY_HPP
ThreadManagerMode
Definition: enumClasses.hpp:9
OP_API void wrapperConfigureSecurityChecks(WrapperStructPose &wrapperStructPose, const WrapperStructFace &wrapperStructFace, const WrapperStructHand &wrapperStructHand, const WrapperStructExtra &wrapperStructExtra, const WrapperStructInput &wrapperStructInput, const WrapperStructOutput &wrapperStructOutput, const bool renderOutput, const bool userOutputWsEmpty, const ThreadManagerMode threadManagerMode)
#define OP_API
Definition: macros.hpp:16