OpenPose
1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
|
#include <videoSaver.hpp>
Public Member Functions | |
VideoSaver (const std::string &videoSaverPath, const int cvFourcc, const double fps, const Point< int > &cvSize) | |
bool | isOpened () |
void | write (const cv::Mat &cvMat) |
void | write (const std::vector< cv::Mat > &cvMats) |
op::VideoSaver::VideoSaver | ( | const std::string & | videoSaverPath, |
const int | cvFourcc, | ||
const double | fps, | ||
const Point< int > & | cvSize | ||
) |
bool op::VideoSaver::isOpened | ( | ) |
void op::VideoSaver::write | ( | const cv::Mat & | cvMat | ) |
void op::VideoSaver::write | ( | const std::vector< cv::Mat > & | cvMats | ) |