Openholo
v4.2
Open Source Digital Holographic Library
|
#include <ophDepthMap_GPU.h>
Public Member Functions | |
DMKernelConfig (const ivec2 &pixel_number, const vec2 &pixel_pitch, const vec2 &ss, const Real &k, const Real &lambda) | |
DMKernelConfig (const ivec2 &pixel_number, const vec2 &pixel_pitch, const vec2 &ss, const Real &k, const Real &lambda) | |
DMKernelConfig (const ivec2 &pixel_number, const vec2 &pixel_pitch, const vec2 &ss, const Real &k, const Real &lambda) | |
DMKernelConfig (const ivec2 &pixel_number, const vec2 &pixel_pitch, const vec2 &ss, const Real &k, const Real &lambda) | |
Public Attributes | |
int | pn_X |
int | pn_Y |
Number of pixel of SLM in x direction. More... | |
double | pp_X |
Number of pixel of SLM in y direction. More... | |
double | pp_Y |
Pixel pitch of SLM in x direction. More... | |
double | ss_X |
Pixel pitch of SLM in y direction. More... | |
double | ss_Y |
(pixel_x * nx) / 2 More... | |
double | k |
(pixel_y * ny) / 2 More... | |
double | lambda |
Wave Number = (2 * PI) / lambda;. More... | |
Definition at line 80 of file ophDepthMap_GPU.h.
|
inline |
pixel_pitch | Number of pixel of SLM in x, y direction |
ss | Pixel pitch of SLM in x, y direction |
k | (pixel_x * nx), (pixel_y * ny) |
lambda | Wave Number = (2 * PI) / lambda Wave length |
Definition at line 92 of file ophDepthMap_GPU.h.
|
inline |
pixel_pitch | Number of pixel of SLM in x, y direction |
ss | Pixel pitch of SLM in x, y direction |
k | (pixel_x * nx), (pixel_y * ny) |
lambda | Wave Number = (2 * PI) / lambda Wave length |
Definition at line 92 of file ophDepthMap_GPU.h.
|
inline |
pixel_pitch | Number of pixel of SLM in x, y direction |
ss | Pixel pitch of SLM in x, y direction |
k | (pixel_x * nx), (pixel_y * ny) |
lambda | Wave Number = (2 * PI) / lambda Wave length |
Definition at line 92 of file ophDepthMap_GPU.h.
|
inline |
pixel_pitch | Number of pixel of SLM in x, y direction |
ss | Pixel pitch of SLM in x, y direction |
k | (pixel_x * nx), (pixel_y * ny) |
lambda | Wave Number = (2 * PI) / lambda Wave length |
Definition at line 92 of file ophDepthMap_GPU.h.
double DMKernelConfig::k |
(pixel_y * ny) / 2
Definition at line 89 of file ophDepthMap_GPU.h.
double DMKernelConfig::lambda |
Wave Number = (2 * PI) / lambda;.
Definition at line 90 of file ophDepthMap_GPU.h.
int DMKernelConfig::pn_X |
Definition at line 81 of file ophDepthMap_GPU.h.
int DMKernelConfig::pn_Y |
Number of pixel of SLM in x direction.
Definition at line 82 of file ophDepthMap_GPU.h.
double DMKernelConfig::pp_X |
Number of pixel of SLM in y direction.
Definition at line 83 of file ophDepthMap_GPU.h.
double DMKernelConfig::pp_Y |
Pixel pitch of SLM in x direction.
Definition at line 84 of file ophDepthMap_GPU.h.
double DMKernelConfig::ss_X |
Pixel pitch of SLM in y direction.
Definition at line 86 of file ophDepthMap_GPU.h.
double DMKernelConfig::ss_Y |
(pixel_x * nx) / 2
Definition at line 87 of file ophDepthMap_GPU.h.