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
wrapperStructExtra.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_WRAPPER_WRAPPER_STRUCT_EXTRA_HPP
2 #define OPENPOSE_WRAPPER_WRAPPER_STRUCT_EXTRA_HPP
3 
5 
6 namespace op
7 {
14  {
22 
28 
33 
39  int tracking;
40 
46  int ikThreads;
47 
53  WrapperStructExtra(const bool reconstruct3d = false, const int minViews3d = -1,
54  const bool identification = false, const int tracking = -1,
55  const int ikThreads = 0);
56  };
57 }
58 
59 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_EXTRA_HPP
int tracking
Definition: wrapperStructExtra.hpp:39
int minViews3d
Definition: wrapperStructExtra.hpp:27
int ikThreads
Definition: wrapperStructExtra.hpp:46
Definition: wrapperStructExtra.hpp:13
bool identification
Definition: wrapperStructExtra.hpp:32
#define OP_API
Definition: macros.hpp:16
bool reconstruct3d
Definition: wrapperStructExtra.hpp:21