1 #ifndef OPENPOSE_GUI_FRAMES_DISPLAY_HPP
2 #define OPENPOSE_GUI_FRAMES_DISPLAY_HPP
56 void displayFrame(
const std::vector<Matrix>& frames,
const int waitKeyValue = -1);
59 const std::string mWindowName;
FrameDisplayer(const std::string &windowedName=OPEN_POSE_NAME_AND_VERSION, const Point< int > &initialWindowedSize=Point< int >{}, const bool fullScreen=false)
void displayFrame(const std::vector< Matrix > &frames, const int waitKeyValue=-1)
void setFullScreenMode(const FullScreenMode fullScreenMode)
void displayFrame(const Matrix &frame, const int waitKeyValue=-1)
virtual ~FrameDisplayer()
void switchFullScreenMode()
void initializationOnThread()
const std::string OPEN_POSE_NAME_AND_VERSION