HologramDepthmap Library
|
bool | HologramGenerator::ReadImageDepth (int ftr) |
Read image and depth map. More... | |
bool | HologramGenerator::prepare_inputdata_CPU (uchar *img, uchar *dimg) |
Preprocess input image & depth map data for the CPU implementation. More... | |
bool | HologramGenerator::prepare_inputdata_GPU (uchar *img, uchar *dimg) |
Copy input image & depth map data into a GPU. More... | |
|
private |
Prepare variables, img_src_, dmap_src_, alpha_map_, depth_index_.
imgptr | : input image data pointer |
dimgptr | : input depth map data pointer |
Definition at line 44 of file HologramGenerator_CPU.cpp.
|
private |
imgptr | : input image data pointer |
dimgptr | : input depth map data pointer |
Definition at line 194 of file HologramGenerator_GPU.cpp.
|
private |
Read input files and load image & depth map data. If the input image size is different with the dislay resolution, resize the image size.
ftr | : the frame number of the image. |
Definition at line 304 of file HologramGenerator.cpp.