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