#include <highgui.hpp>
List of all members.
Constructor & Destructor Documentation
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] |
Member Function Documentation
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] |
Member Data Documentation
The documentation for this class was generated from the following file:
- /usr/ports/pobj/OpenCV-2.2.0/OpenCV-2.2.0/modules/highgui/include/opencv2/highgui/highgui.hpp