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
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  void renderFaceInherited(Array<float>& outputData, const Array<float>& faceKeypoints);
18 
20  };
21 }
22 
23 #endif // OPENPOSE_FACE_FACE_CPU_RENDERER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
Definition: faceCpuRenderer.hpp:11
Definition: faceRenderer.hpp:8
#define OP_API
Definition: macros.hpp:15
const auto FACE_DEFAULT_ALPHA_HEAT_MAP
Definition: faceParameters.hpp:30
Definition: renderer.hpp:9
const auto FACE_DEFAULT_ALPHA_KEYPOINT
Definition: faceParameters.hpp:29