KINECT STATS GENERATOR FOR SPORTS VISUALISATION  1.0
KinectInterface.h File Reference

a Qt wrapper for the OpenKinect project a lot of the code has been modified from this project source here https://github.com/OpenKinect/libfreenect More...

#include <QObject>
#include <QThread>
#include <stdexcept>
#include <QMutex>
#include <QMutexLocker>
#include <vector>
#include <libfreenect.h>
#include "opencv2/opencv.hpp"
+ Include dependency graph for KinectInterface.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QKinectProcessEvents
 this is the process event thread class it needs to be a class so we can use the Qt thread system More...
class  KinectInterface
 this class wraps the libfreenect library as a QObject this allows us to use singals and slots to communicate with the class from other Qt GUI elements. This class uses the Singleton pattern so must be accessed via the instance method More...

Detailed Description

a Qt wrapper for the OpenKinect project a lot of the code has been modified from this project source here https://github.com/OpenKinect/libfreenect

Definition in file KinectInterface.h.

 All Classes Files Functions Variables Enumerations Enumerator