HologramDepthmap Library
|
#include <graphics/vec.h>
#include <graphics/complex.h>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtGui/QImage>
#include <QtWidgets/qmessagebox.h>
#include <vector>
#include <cufft.h>
#include "Hologram/fftw3.h"
Go to the source code of this file.
Classes | |
struct | HologramParams |
Structure variable for hologram paramemters. More... | |
class | HologramGenerator |
Main class for generating a hologram using depth map data. More... | |