1 #ifndef OPENPOSE_GUI_ADD_GUI_INFO_HPP
2 #define OPENPOSE_GUI_ADD_GUI_INFO_HPP
5 #include <opencv2/core/core.hpp>
13 GuiInfoAdder(
const int numberGpus,
const bool guiEnabled =
false);
17 void addInfo(cv::Mat& cvOutputData,
const int numberPeople,
const unsigned long long id,
18 const std::string& elementRenderedName,
const unsigned long long frameNumber,
24 const int mNumberGpus;
25 const bool mGuiEnabled;
27 std::queue<std::chrono::high_resolution_clock::time_point> mFpsQueue;
29 unsigned int mFpsCounter;
31 int mLastElementRenderedCounter;
32 unsigned long long mLastId;
36 #endif // OPENPOSE_GUI_ADD_GUI_INFO_HPP
#define OP_API
Definition: macros.hpp:19
Definition: guiInfoAdder.hpp:10
std::string string
Definition: cl2.hpp:574