#ifndef OPENPOSE_FACE_RENDER_FACE_HPP #define OPENPOSE_FACE_RENDER_FACE_HPP #include #include namespace op { OP_API void renderFaceKeypointsCpu( Array& frameArray, const Array& faceKeypoints, const float renderThreshold); void renderFaceKeypointsGpu( float* framePtr, float* maxPtr, float* minPtr, float* scalePtr, const Point& frameSize, const float* const facePtr, const int numberPeople, const float renderThreshold, const float alphaColorToAdd = FACE_DEFAULT_ALPHA_KEYPOINT); } #endif // OPENPOSE_FACE_RENDER_FACE_HPP