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