1 #ifndef OPENPOSE_GUI_W_ADD_GUI_INFO_HPP
2 #define OPENPOSE_GUI_W_ADD_GUI_INFO_HPP
10 template<
typename TDatums>
14 explicit WGuiInfoAdder(
const std::shared_ptr<GuiInfoAdder>& guiInfoAdder);
20 void work(TDatums& tDatums);
23 std::shared_ptr<GuiInfoAdder> spGuiInfoAdder;
37 template<
typename TDatums>
39 spGuiInfoAdder{guiInfoAdder}
43 template<
typename TDatums>
48 template<
typename TDatums>
53 template<
typename TDatums>
65 for (
auto& tDatumPtr : *tDatums)
66 spGuiInfoAdder->addInfo(
67 tDatumPtr->cvOutputData,
68 std::max(tDatumPtr->poseKeypoints.getSize(0), tDatumPtr->faceKeypoints.getSize(0)),
69 tDatumPtr->id, tDatumPtr->elementRendered.second, tDatumPtr->frameNumber,
70 tDatumPtr->poseIds, tDatumPtr->poseKeypoints);
78 catch (
const std::exception& e)
82 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
static void printAveragedTimeMsOnIterationX(const std::string &key, const int line, const std::string &function, const std::string &file, const unsigned long long x=DEFAULT_X)
static const std::string timerInit(const int line, const std::string &function, const std::string &file)
static void timerEnd(const std::string &key)
WGuiInfoAdder(const std::shared_ptr< GuiInfoAdder > &guiInfoAdder)
void initializationOnThread()
void work(TDatums &tDatums)
bool checkNoNullNorEmpty(const TPointerContainer &tPointerContainer)
COMPILE_TEMPLATE_DATUM(WPoseTriangulation)
OP_API void error(const std::string &message, const int line=-1, const std::string &function="", const std::string &file="")
void opLogIfDebug(const T &message, const Priority priority=Priority::Max, const int line=-1, const std::string &function="", const std::string &file="")