#include <highgui.hpp>
Public Member Functions | |
virtual CV_WRAP double | get (int propId) |
virtual CV_WRAP bool | grab () |
virtual CV_WRAP bool | isOpened () const |
virtual CV_WRAP bool | open (int device) |
virtual CV_WRAP bool | open (const string &filename) |
virtual VideoCapture & | operator>> (CV_OUT Mat &image) |
virtual CV_WRAP bool | read (CV_OUT Mat &image) |
virtual CV_WRAP void | release () |
virtual CV_WRAP bool | retrieve (CV_OUT Mat &image, int channel=0) |
virtual CV_WRAP bool | set (int propId, double value) |
CV_WRAP | VideoCapture (int device) |
CV_WRAP | VideoCapture (const string &filename) |
CV_WRAP | VideoCapture () |
virtual | ~VideoCapture () |
Protected Attributes | |
Ptr< CvCapture > | cap |
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] |
virtual CV_WRAP double cv::VideoCapture::get | ( | int | propId | ) | [virtual] |
virtual CV_WRAP bool cv::VideoCapture::grab | ( | ) | [virtual] |
virtual CV_WRAP bool cv::VideoCapture::isOpened | ( | ) | const [virtual] |
virtual CV_WRAP bool cv::VideoCapture::open | ( | int | device | ) | [virtual] |
virtual CV_WRAP bool cv::VideoCapture::open | ( | const string & | filename | ) | [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 void cv::VideoCapture::release | ( | ) | [virtual] |
virtual CV_WRAP bool cv::VideoCapture::retrieve | ( | CV_OUT Mat & | image, | |
int | channel = 0 | |||
) | [virtual] |
virtual CV_WRAP bool cv::VideoCapture::set | ( | int | propId, | |
double | value | |||
) | [virtual] |
Ptr<CvCapture> cv::VideoCapture::cap [protected] |