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
wrapperStructHand.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_WRAPPER_WRAPPER_STRUCT_HAND_HPP
2 #define OPENPOSE_WRAPPER_WRAPPER_STRUCT_HAND_HPP
3 
7 
8 namespace op
9 {
16  {
20  bool enable;
21 
28 
36 
41  float scaleRange;
42 
49  bool tracking;
50 
56 
62 
68  float alphaHeatMap;
69 
77 
84  const bool enable = false, const Point<int>& netInputSize = Point<int>{368, 368},
85  const int scalesNumber = 1, const float scaleRange = 0.4f, const bool tracking = false,
86  const RenderMode renderMode = RenderMode::Gpu, const float alphaKeypoint = HAND_DEFAULT_ALPHA_KEYPOINT,
87  const float alphaHeatMap = HAND_DEFAULT_ALPHA_HEAT_MAP, const float renderThreshold = 0.2f);
88  };
89 }
90 
91 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_HAND_HPP
float alphaKeypoint
Definition: wrapperStructHand.hpp:61
float alphaHeatMap
Definition: wrapperStructHand.hpp:68
const auto HAND_DEFAULT_ALPHA_HEAT_MAP
Definition: handParameters.hpp:49
float scaleRange
Definition: wrapperStructHand.hpp:41
bool tracking
Definition: wrapperStructHand.hpp:49
const auto HAND_DEFAULT_ALPHA_KEYPOINT
Definition: handParameters.hpp:48
RenderMode
Definition: enumClasses.hpp:24
Definition: wrapperStructHand.hpp:15
float renderThreshold
Definition: wrapperStructHand.hpp:76
bool enable
Definition: wrapperStructHand.hpp:20
#define OP_API
Definition: macros.hpp:19
Point< int > netInputSize
Definition: wrapperStructHand.hpp:27
int scalesNumber
Definition: wrapperStructHand.hpp:35
RenderMode renderMode
Definition: wrapperStructHand.hpp:55