#include <highgui.hpp>
Public Member Functions | |
virtual CV_WRAP bool | isOpened () const |
virtual CV_WRAP bool | open (const string &filename, int fourcc, double fps, Size frameSize, bool isColor=true) |
virtual VideoWriter & | operator<< (const Mat &image) |
CV_WRAP | VideoWriter (const string &filename, int fourcc, double fps, Size frameSize, bool isColor=true) |
CV_WRAP | VideoWriter () |
virtual CV_WRAP void | write (const Mat &image) |
virtual | ~VideoWriter () |
Protected Attributes | |
Ptr< CvVideoWriter > | writer |
CV_WRAP cv::VideoWriter::VideoWriter | ( | ) |
CV_WRAP cv::VideoWriter::VideoWriter | ( | const string & | filename, | |
int | fourcc, | |||
double | fps, | |||
Size | frameSize, | |||
bool | isColor = true | |||
) |
virtual cv::VideoWriter::~VideoWriter | ( | ) | [virtual] |
virtual CV_WRAP bool cv::VideoWriter::isOpened | ( | ) | const [virtual] |
virtual CV_WRAP bool cv::VideoWriter::open | ( | const string & | filename, | |
int | fourcc, | |||
double | fps, | |||
Size | frameSize, | |||
bool | isColor = true | |||
) | [virtual] |
virtual VideoWriter& cv::VideoWriter::operator<< | ( | const Mat & | image | ) | [virtual] |
virtual CV_WRAP void cv::VideoWriter::write | ( | const Mat & | image | ) | [virtual] |
Ptr<CvVideoWriter> cv::VideoWriter::writer [protected] |