HologramDepthmap Library
main.cpp
Go to the documentation of this file.
1 #include "hologramdepthmap.h"
2 #include <QtWidgets/QApplication>
3 
4 int main(int argc, char *argv[])
5 {
6  QApplication a(argc, argv);
8  w.show();
9  return a.exec();
10 }
Test class for executing the sample program, which shows how to use a hologram library.
int main(int argc, char *argv[])
Definition: main.cpp:4