openni_view.h
Go to the documentation of this file.
00001 #include <QtGui/QLabel>
00002 //#include <QtCore/QBasicTimer>
00003 //#include <QtGui/QPainter>
00004 //#include <QtGui/QDialog>
00005 
00006 #include "dynamic/num_array.h"
00007 #include "openni_cam.h"
00008 
00009 class QView {
00010 public:
00011     QImage img;
00012     QLabel * label;
00013     QLabel * info;
00014 public:
00015     int count;
00016 public:
00017     QView();
00018     void init(int Width, int Height);
00019     ~QView();
00020     void show(const openni_cam::openni_cam & cam);
00021 };
 All Classes Namespaces Files Functions Variables Typedefs Defines


openni_cam
Author(s): Alexander Shekhovtsov
autogenerated on Sun Dec 1 2013 17:19:20