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);
29 cv::VideoWriter mVideoWriter;
30 unsigned int mNumberImages;
36 #endif // OPENPOSE_FILESTREAM_VIDEO_SAVER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:34
Definition: videoSaver.hpp:10
#define OP_API
Definition: macros.hpp:19
std::string string
Definition: cl2.hpp:574