#include <highgui.hpp>
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::open |
( |
const string & |
filename, |
|
|
int |
fourcc, |
|
|
double |
fps, |
|
|
Size |
frameSize, |
|
|
bool |
isColor = true |
|
) |
| |
|
virtual |
virtual CV_WRAP bool cv::VideoWriter::isOpened |
( |
| ) |
const |
|
virtual |
virtual CV_WRAP void cv::VideoWriter::release |
( |
| ) |
|
|
virtual |
virtual CV_WRAP void cv::VideoWriter::write |
( |
const Mat & |
image | ) |
|
|
virtual |
The documentation for this class was generated from the following file: