Openholo
v4.2
Open Source Digital Holographic Library
|
Configuration for Depth Map. More...
#include <ophGen.h>
Public Member Functions | |
OphDepthMapConfig () | |
OphDepthMapConfig () | |
OphDepthMapConfig () | |
OphDepthMapConfig () | |
Public Attributes | |
Real | fieldLength |
fieldLength variable for viewing window. More... | |
Real | near_depthmap |
near value of depth in object More... | |
Real | far_depthmap |
far value of depth in object More... | |
uint | num_of_depth |
vector< int > | render_depth |
Used when only few specific depth levels are rendered, usually for test purpose. More... | |
bool | change_depth_quantization |
if true, change the depth quantization from the default value. More... | |
uint | default_depth_quantization |
default value of the depth quantization - 256 More... | |
uint | num_of_depth_quantization |
depth level of input depthmap. More... | |
bool | random_phase |
If true, random phase is imposed on each depth layer. More... | |
Configuration for Depth Map.
Real | fieldLength at config file |
Real | NEAR_OF_DEPTH_MAP at config file |
Real | FAR_OF_DEPTH_MAP at config file |
oph::uint | the number of depth level. if change_depth_quantization == 0 num_of_depth = default_depth_quantization else num_of_depth = num_of_depth_quantization |
std::vector<int> | Used when only few specific depth levels are rendered, usually for test purpose |
bool | if true, change the depth quantization from the default value. |
unsigned | int default value of the depth quantization - 256 |
unsigned | int depth level of input depthmap. |
bool | If true, random phase is imposed on each depth layer. |
bool OphDepthMapConfig::change_depth_quantization |
uint OphDepthMapConfig::default_depth_quantization |
Real OphDepthMapConfig::far_depthmap |
Real OphDepthMapConfig::fieldLength |
Real OphDepthMapConfig::near_depthmap |
uint OphDepthMapConfig::num_of_depth |
uint OphDepthMapConfig::num_of_depth_quantization |
bool OphDepthMapConfig::random_phase |
vector< int > OphDepthMapConfig::render_depth |