Openholo  v4.0
Open Source Digital Holographic Library
Collaboration diagram for Convert-HPO:

Functions

bool ophSig::sigConvertHPO_CPU (Real depth, Real_t redRate)
 Function for convert complex hologram to horizontal parallax only hologram by using CPU. More...
 
bool ophSig::sigConvertHPO_GPU (Real depth, Real_t redRate)
 Function for convert complex hologram to horizontal parallax only hologram by using GPU. More...
 
bool ophSig::sigConvertHPO (Real depth, Real_t redRate)
 Function for convert complex hologram to horizontal parallax only hologram. More...
 

Detailed Description

This module is related method which convert to horizontal parallax only hologram.

Introduction

Algorithm

Reference

Function Documentation

◆ sigConvertHPO()

bool ophSig::sigConvertHPO ( Real  depth,
Real_t  redRate 
)

Function for convert complex hologram to horizontal parallax only hologram.

Parameters
depthPosition from hologram plane to propagation hologram plane
redRatedata reduction rate
Returns
If works well return 0 or error occurs return -1

Definition at line 1014 of file ophSig.cpp.

◆ sigConvertHPO_CPU()

bool ophSig::sigConvertHPO_CPU ( Real  depth,
Real_t  redRate 
)
protected

Function for convert complex hologram to horizontal parallax only hologram by using CPU.

Parameters
depthPosition from hologram plane to propagation hologram plane
redRatedata reduction rate
Returns
If works well return 0 or error occurs return -1

Definition at line 1145 of file ophSig.cpp.

◆ sigConvertHPO_GPU()

bool ophSig::sigConvertHPO_GPU ( Real  depth,
Real_t  redRate 
)
protected

Function for convert complex hologram to horizontal parallax only hologram by using GPU.

Parameters
depthPosition from hologram plane to propagation hologram plane
redRatedata reduction rate
Returns
If works well return 0 or error occurs return -1

Definition at line 119 of file ophSig_GPU.cpp.