Openholo
v4.2
Open Source Digital Holographic Library
|
#include <ophPointCloud.h>
#include <ophDepthMap.h>
#include <ophTriMesh.h>
#include <ophLightField.h>
#include <ophWRP.h>
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <limits.h>
Go to the source code of this file.
Functions | |
string | encodeToString (unsigned int enc) |
void | ex_PointCloud (const char *conf, const char *input, unsigned int flag, unsigned int encode, unsigned int mode) |
void | ex_DepthMap (const char *conf, char *p[3], unsigned int encode, unsigned int mode) |
void | ex_LightField (const char *conf, const char *input, unsigned int encode, unsigned int mode) |
void | ex_TriMesh (const char *conf, const char *input, unsigned int encode, unsigned int mode) |
void | ex_WRP (const char *conf, const char *input, unsigned int encode, unsigned int mode) |
int | main (int argc, char *argv[]) |
string encodeToString | ( | unsigned int | enc | ) |
Definition at line 12 of file OpenholoGeneration.cpp.
void ex_DepthMap | ( | const char * | conf, |
char * | p[3], | ||
unsigned int | encode, | ||
unsigned int | mode | ||
) |
Definition at line 45 of file OpenholoGeneration.cpp.
void ex_LightField | ( | const char * | conf, |
const char * | input, | ||
unsigned int | encode, | ||
unsigned int | mode | ||
) |
Definition at line 63 of file OpenholoGeneration.cpp.
void ex_PointCloud | ( | const char * | conf, |
const char * | input, | ||
unsigned int | flag, | ||
unsigned int | encode, | ||
unsigned int | mode | ||
) |
Definition at line 26 of file OpenholoGeneration.cpp.
void ex_TriMesh | ( | const char * | conf, |
const char * | input, | ||
unsigned int | encode, | ||
unsigned int | mode | ||
) |
Definition at line 81 of file OpenholoGeneration.cpp.
void ex_WRP | ( | const char * | conf, |
const char * | input, | ||
unsigned int | encode, | ||
unsigned int | mode | ||
) |
Definition at line 100 of file OpenholoGeneration.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 119 of file OpenholoGeneration.cpp.