#include <highgui.hpp>
List of all members.
Constructor & Destructor Documentation
cv::VideoCapture::VideoCapture |
( |
) |
|
cv::VideoCapture::VideoCapture |
( |
const string & |
filename ) |
|
cv::VideoCapture::VideoCapture |
( |
int |
device ) |
|
virtual cv::VideoCapture::~VideoCapture |
( |
) |
[virtual] |
Member Function Documentation
virtual bool cv::VideoCapture::open |
( |
const string & |
filename ) |
[virtual] |
virtual bool cv::VideoCapture::open |
( |
int |
device ) |
[virtual] |
virtual bool cv::VideoCapture::isOpened |
( |
) |
const [virtual] |
virtual void cv::VideoCapture::release |
( |
) |
[virtual] |
virtual bool cv::VideoCapture::grab |
( |
) |
[virtual] |
virtual bool cv::VideoCapture::retrieve |
( |
Mat & |
image, |
|
|
int |
channel = 0 |
|
) |
| [virtual] |
virtual VideoCapture& cv::VideoCapture::operator>> |
( |
Mat & |
image ) |
[virtual] |
virtual bool cv::VideoCapture::set |
( |
int |
propId, |
|
|
double |
value |
|
) |
| [virtual] |
virtual double cv::VideoCapture::get |
( |
int |
propId ) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: