Object Detection  5.0
Image Processing Using Qt and Opencv
CVVideoCapture Class Reference
+ Inheritance diagram for CVVideoCapture:
+ Collaboration diagram for CVVideoCapture:

Public Slots

virtual void captureFrame ()
 
virtual void stop ()
 
virtual void start ()
 
virtual void changeDevice (int device)
 

Signals

void frameCaptured (cv::Mat frame)
 
void stopped ()
 
void started ()
 
void deviceChanged (int device)
 

Public Member Functions

 CVVideoCapture (QWidget *parent=0)
 
int device () const
 
void setDevice (int device)
 
cv::Mat currentFrame () const
 
void setCurrentFrame (const cv::Mat &currentFrame)
 
QImage toImage (const cv::Mat &m)
 

Detailed Description

Definition at line 15 of file cvvideocapture.h.


The documentation for this class was generated from the following files: