#include <UCv2Qt.h>
Public Member Functions | |
QImage & | getQImage () |
UCvMat2QImageThread (const cv::Mat &image, bool isBgr=true) | |
Protected Member Functions | |
virtual void | mainLoop () |
Private Attributes | |
cv::Mat | image_ |
bool | isBgr_ |
QImage | qtImage_ |
UCvMat2QImageThread::UCvMat2QImageThread | ( | const cv::Mat & | image, |
bool | isBgr = true |
||
) | [inline] |
QImage& UCvMat2QImageThread::getQImage | ( | ) | [inline] |
virtual void UCvMat2QImageThread::mainLoop | ( | ) | [inline, protected, virtual] |
Pure virtual method mainLoop(). The inner loop of the thread. This method is called repetitively until the thread is killed. Note that if kill() is called in mainLoopBegin(), mainLoop() is not called, terminating immediately the thread.
Implements UThread.
cv::Mat UCvMat2QImageThread::image_ [private] |
bool UCvMat2QImageThread::isBgr_ [private] |
QImage UCvMat2QImageThread::qtImage_ [private] |