Searched refs:VideoCapture (Results 1 – 5 of 5) sorted by relevance
607 class CV_EXPORTS_W VideoCapture class615 CV_WRAP VideoCapture();622 CV_WRAP VideoCapture(const String& filename);637 CV_WRAP VideoCapture(const String& filename, int apiPreference);648 CV_WRAP VideoCapture(int index);654 virtual ~VideoCapture();746 virtual VideoCapture& operator >> (CV_OUT Mat& image);751 virtual VideoCapture& operator >> (CV_OUT UMat& image);
22 class VideoCapture : public QObject, public QRunnable26 explicit VideoCapture(QObject *parent,31 virtual ~VideoCapture();
22 VideoCapture::VideoCapture(QObject *parent, char *devname, in VideoCapture() function in VideoCapture35 VideoCapture::~VideoCapture() in ~VideoCapture()39 void VideoCapture::SetImg(QLabel *Image) in SetImg()44 int VideoCapture::Init() in Init()357 int VideoCapture::LoopCapture() in LoopCapture()
25 VideoCapture *capture;
235 capture = new VideoCapture(this, in StartWorkThread()