OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
handCpuRenderer.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_HAND_HAND_CPU_RENDERER_HPP
2 #define OPENPOSE_HAND_HAND_CPU_RENDERER_HPP
3 
8 
9 namespace op
10 {
12  {
13  public:
14  HandCpuRenderer(const float renderThreshold, const float alphaKeypoint = HAND_DEFAULT_ALPHA_KEYPOINT,
15  const float alphaHeatMap = HAND_DEFAULT_ALPHA_HEAT_MAP);
16 
17  virtual ~HandCpuRenderer();
18 
19  void renderHandInherited(Array<float>& outputData, const std::array<Array<float>, 2>& handKeypoints);
20 
22  };
23 }
24 
25 #endif // OPENPOSE_HAND_HAND_CPU_RENDERER_HPP
HandCpuRenderer(const float renderThreshold, const float alphaKeypoint=HAND_DEFAULT_ALPHA_KEYPOINT, const float alphaHeatMap=HAND_DEFAULT_ALPHA_HEAT_MAP)
DELETE_COPY(HandCpuRenderer)
virtual ~HandCpuRenderer()
void renderHandInherited(Array< float > &outputData, const std::array< Array< float >, 2 > &handKeypoints)
#define OP_API
Definition: macros.hpp:18
const auto HAND_DEFAULT_ALPHA_HEAT_MAP
const auto HAND_DEFAULT_ALPHA_KEYPOINT