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