1 #ifndef OPENPOSE_FACE_RENDER_FACE_HPP
2 #define OPENPOSE_FACE_RENDER_FACE_HPP
11 void renderFaceKeypointsGpu(
float* framePtr,
const Point<int>& frameSize,
const float*
const facePtr,
const int numberPeople,
15 #endif // OPENPOSE_FACE_RENDER_FACE_HPP
OP_API void renderFaceKeypointsCpu(Array< float > &frameArray, const Array< float > &faceKeypoints, const float renderThreshold)
void renderFaceKeypointsGpu(float *framePtr, const Point< int > &frameSize, const float *const facePtr, const int numberPeople, const float renderThreshold, const float alphaColorToAdd=FACE_DEFAULT_ALPHA_KEYPOINT)
#define OP_API
Definition: macros.hpp:18
const auto FACE_DEFAULT_ALPHA_KEYPOINT
Definition: faceParameters.hpp:29