Openholo  v4.0
Open Source Digital Holographic Library
DMKernelConfig Struct Reference

#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)
 

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...
 

Detailed Description

Definition at line 80 of file ophDepthMap_GPU.h.

Constructor & Destructor Documentation

◆ DMKernelConfig()

DMKernelConfig::DMKernelConfig ( const ivec2 pixel_number,
const vec2 pixel_pitch,
const vec2 ss,
const Real k,
const Real lambda 
)
inline
Parameters
pixel_pitchNumber of pixel of SLM in x, y direction
ssPixel pitch of SLM in x, y direction
k(pixel_x * nx), (pixel_y * ny)
lambdaWave Number = (2 * PI) / lambda Wave length

Definition at line 92 of file ophDepthMap_GPU.h.

Member Data Documentation

◆ k

double DMKernelConfig::k

(pixel_y * ny) / 2

Definition at line 89 of file ophDepthMap_GPU.h.

◆ lambda

double DMKernelConfig::lambda

Wave Number = (2 * PI) / lambda;.

Definition at line 90 of file ophDepthMap_GPU.h.

◆ pn_X

int DMKernelConfig::pn_X

Definition at line 81 of file ophDepthMap_GPU.h.

◆ pn_Y

int DMKernelConfig::pn_Y

Number of pixel of SLM in x direction.

Definition at line 82 of file ophDepthMap_GPU.h.

◆ pp_X

double DMKernelConfig::pp_X

Number of pixel of SLM in y direction.

Definition at line 83 of file ophDepthMap_GPU.h.

◆ pp_Y

double DMKernelConfig::pp_Y

Pixel pitch of SLM in x direction.

Definition at line 84 of file ophDepthMap_GPU.h.

◆ ss_X

double DMKernelConfig::ss_X

Pixel pitch of SLM in y direction.

Definition at line 86 of file ophDepthMap_GPU.h.

◆ ss_Y

double DMKernelConfig::ss_Y

(pixel_x * nx) / 2

Definition at line 87 of file ophDepthMap_GPU.h.


The documentation for this struct was generated from the following file: