cv::VideoWriter Class Reference
#include <highgui.hpp>
List of all members.
Constructor & Destructor Documentation
cv::VideoWriter::VideoWriter |
( |
|
) |
|
cv::VideoWriter::VideoWriter |
( |
const string & |
filename, |
|
|
int |
fourcc, |
|
|
double |
fps, |
|
|
Size |
frameSize, |
|
|
bool |
isColor = true | |
|
) |
| | |
virtual cv::VideoWriter::~VideoWriter |
( |
|
) |
[virtual] |
Member Function Documentation
virtual bool cv::VideoWriter::open |
( |
const string & |
filename, |
|
|
int |
fourcc, |
|
|
double |
fps, |
|
|
Size |
frameSize, |
|
|
bool |
isColor = true | |
|
) |
| | [virtual] |
virtual bool cv::VideoWriter::isOpened |
( |
|
) |
const [virtual] |
virtual VideoWriter& cv::VideoWriter::operator<< |
( |
const Mat & |
image |
) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: