direcs
2012-09-30
|
#include <QtGlobal>
#include <QThread>
#include <QImage>
#include <QtDebug>
#include <QFile>
#include <QMutex>
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include <libfreenect_sync.h>
#include <iostream>
#include <vector>
#include <cmath>
Go to the source code of this file.
Classes | |
class | CamThread |
This class gets a live picture from a Kinect camera. This class uses the QThread techniques and then some OpenCV stuff on the live picture; we will see... More... |