OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
renderFace.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_FACE_RENDER_FACE_HPP
2 #define OPENPOSE_FACE_RENDER_FACE_HPP
3 
6 
7 namespace op
8 {
10  Array<float>& frameArray, const Array<float>& faceKeypoints, const float renderThreshold);
11 
13  float* framePtr, float* maxPtr, float* minPtr, float* scalePtr, const Point<unsigned int>& frameSize,
14  const float* const facePtr, const int numberPeople, const float renderThreshold,
15  const float alphaColorToAdd = FACE_DEFAULT_ALPHA_KEYPOINT);
16 }
17 
18 #endif // OPENPOSE_FACE_RENDER_FACE_HPP
#define OP_API
Definition: macros.hpp:18
const auto FACE_DEFAULT_ALPHA_KEYPOINT
OP_API void renderFaceKeypointsCpu(Array< float > &frameArray, const Array< float > &faceKeypoints, const float renderThreshold)
void renderFaceKeypointsGpu(float *framePtr, float *maxPtr, float *minPtr, float *scalePtr, const Point< unsigned int > &frameSize, const float *const facePtr, const int numberPeople, const float renderThreshold, const float alphaColorToAdd=FACE_DEFAULT_ALPHA_KEYPOINT)