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

Functions

bool ophSig::sigConvertCAC_CPU (double red, double green, double blue)
 Function for Chromatic aberration compensation filter by using CPU . More...
 
bool ophSig::sigConvertCAC_GPU (double red, double green, double blue)
 Function for Chromatic aberration compensation filter by using GPU. More...
 
bool ophSig::sigConvertCAC (double red, double green, double blue)
 Function for Chromatic aberration compensation filter. More...
 

Detailed Description

This module is related method which compensate of full color hologram with chromatic aberration.

Introduction

Algorithm

Reference

Function Documentation

◆ sigConvertCAC()

bool ophSig::sigConvertCAC ( double  red,
double  green,
double  blue 
)

Function for Chromatic aberration compensation filter.

Parameters
redRed wavelength
GreenGreen wavelength
BlueBlue wavelength
Returns
If works well return 0 or error occurs return -1

Definition at line 1035 of file ophSig.cpp.

◆ sigConvertCAC_CPU()

bool ophSig::sigConvertCAC_CPU ( double  red,
double  green,
double  blue 
)
protected

Function for Chromatic aberration compensation filter by using CPU .

Parameters
redRed wavelength
greenGreen wavelength
blueBlue wavelength
Returns
If works well return 0 or error occurs return -1

Definition at line 1191 of file ophSig.cpp.

◆ sigConvertCAC_GPU()

bool ophSig::sigConvertCAC_GPU ( double  red,
double  green,
double  blue 
)
protected

Function for Chromatic aberration compensation filter by using GPU.

Parameters
redRed wavelength
greenGreen wavelength
blueBlue wavelength
Returns
If works well return 0 or error occurs return -1

Definition at line 181 of file ophSig_GPU.cpp.