Public Member Functions | Protected Member Functions | Private Attributes
UCvMat2QImageThread Class Reference

#include <UCv2Qt.h>

Inheritance diagram for UCvMat2QImageThread:
Inheritance graph
[legend]

List of all members.

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_

Detailed Description

Definition at line 216 of file UCv2Qt.h.


Constructor & Destructor Documentation

UCvMat2QImageThread::UCvMat2QImageThread ( const cv::Mat &  image,
bool  isBgr = true 
) [inline]

Definition at line 219 of file UCv2Qt.h.


Member Function Documentation

QImage& UCvMat2QImageThread::getQImage ( ) [inline]

Definition at line 222 of file UCv2Qt.h.

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.

See also:
mainLoop()
kill()

Implements UThread.

Definition at line 224 of file UCv2Qt.h.


Member Data Documentation

cv::Mat UCvMat2QImageThread::image_ [private]

Definition at line 230 of file UCv2Qt.h.

Definition at line 231 of file UCv2Qt.h.

Definition at line 232 of file UCv2Qt.h.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:39