1 #ifndef OPENPOSE_FILESTREAM_VIDEO_SAVER_HPP
2 #define OPENPOSE_FILESTREAM_VIDEO_SAVER_HPP
4 #include <opencv2/core/core.hpp>
5 #include <opencv2/highgui/highgui.hpp>
19 void write(
const cv::Mat& cvMat);
21 void write(
const std::vector<cv::Mat>& cvMats);
28 cv::VideoWriter mVideoWriter;
29 unsigned int mNumberImages;
35 #endif // OPENPOSE_FILESTREAM_VIDEO_SAVER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:33
Definition: videoSaver.hpp:10
#define OP_API
Definition: macros.hpp:18
std::string string
Definition: cl2.hpp:574