HologramDepthmap Library
hologramdepthmap.h
Go to the documentation of this file.
1 #ifndef HOLOGRAMDEPTHMAP_H
2 #define HOLOGRAMDEPTHMAP_H
3 
4 #include <QtWidgets/QMainWindow>
5 #include "ui_hologramdepthmap.h"
7 #include "graphics/sys.h"
8 
13 class HologramDepthmap : public QMainWindow
14 {
15  Q_OBJECT
16 
17 public:
18  HologramDepthmap(QWidget *parent = 0);
20 
21 private slots:
22 
23  void GenHologram();
24  void ReconImage();
25 
26 
27 private:
28  Ui::HologramDepthmapClass ui;
29 
31 
32 };
33 
34 #endif // HOLOGRAMDEPTHMAP_H
HologramGenerator * hologram_
HologramDepthmap(QWidget *parent=0)
Test class for executing the sample program, which shows how to use a hologram library.
Main class for generating a hologram using depth map data.
Ui::HologramDepthmapClass ui