#include <highgui.hpp>
cv::VideoCapture::VideoCapture |
( |
| ) |
|
cv::VideoCapture::VideoCapture |
( |
const string & |
filename | ) |
|
cv::VideoCapture::VideoCapture |
( |
int |
device | ) |
|
virtual cv::VideoCapture::~VideoCapture |
( |
| ) |
|
|
virtual |
virtual double cv::VideoCapture::get |
( |
int |
propId | ) |
|
|
virtual |
virtual bool cv::VideoCapture::grab |
( |
| ) |
|
|
virtual |
virtual bool cv::VideoCapture::isOpened |
( |
| ) |
const |
|
virtual |
virtual bool cv::VideoCapture::open |
( |
const string & |
filename | ) |
|
|
virtual |
virtual bool cv::VideoCapture::open |
( |
int |
device | ) |
|
|
virtual |
virtual bool cv::VideoCapture::read |
( |
CV_OUT Mat & |
image | ) |
|
|
virtual |
virtual void cv::VideoCapture::release |
( |
| ) |
|
|
virtual |
virtual bool cv::VideoCapture::retrieve |
( |
CV_OUT Mat & |
image, |
|
|
int |
channel = 0 |
|
) |
| |
|
virtual |
virtual bool cv::VideoCapture::set |
( |
int |
propId, |
|
|
double |
value |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: