OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
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 
29 
34 
40  int tracking;
41 
47  int ikThreads;
48 
55  const bool reconstruct3d = false, const int minViews3d = -1, const bool identification = false,
56  const int tracking = -1, const int ikThreads = 0);
57  };
58 }
59 
60 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_EXTRA_HPP
#define OP_API
Definition: macros.hpp:18
WrapperStructExtra(const bool reconstruct3d=false, const int minViews3d=-1, const bool identification=false, const int tracking=-1, const int ikThreads=0)