HologramDepthmap Library
|
void | HologramGenerator::GetDepthValues () |
Calculate the physical distances of depth map layers. More... | |
void | HologramGenerator::change_depth_quan_CPU () |
Quantize depth map on the CPU, when the number of depth quantization is not the default value (i.e. FLAG_CHANGE_DEPTH_QUANTIZATION == 1 ). More... | |
void | HologramGenerator::change_depth_quan_GPU () |
Quantize depth map on the GPU, when the number of depth quantization is not the default value (i.e. FLAG_CHANGE_DEPTH_QUANTIZATION == 1 ). More... | |
|
private |
Calculate the value of 'depth_index_'.
Definition at line 74 of file HologramGenerator_CPU.cpp.
|
private |
Calculate the value of 'depth_index_gpu_'.
Definition at line 211 of file HologramGenerator_GPU.cpp.
|
private |
Initialize 'dstep_' & 'dlevel_' variables. If FLAG_CHANGE_DEPTH_QUANTIZATION == 1, recalculate 'depth_index_' variable.
Definition at line 391 of file HologramGenerator.cpp.