Openholo  v4.0
Open Source Digital Holographic Library
Get Parameter-SF
Collaboration diagram for Get Parameter-SF:

Functions

double ophSig::sigGetParamSF_CPU (float zMax, float zMin, int sampN, float th)
 Extraction of distance parameter using sharpness functions by using CPU. More...
 
double ophSig::sigGetParamSF_GPU (float zMax, float zMin, int sampN, float th)
 Extraction of distance parameter using sharpness functions by using GPU. More...
 
double ophSig::sigGetParamSF (float zMax, float zMin, int sampN, float th)
 Extraction of distance parameter using sharpness functions. More...
 

Detailed Description

This module is related method which extraction of distance parameter using sharpness function maximization method.

Introduction

Algorithm

Reference

Function Documentation

◆ sigGetParamSF()

double ophSig::sigGetParamSF ( float  zMax,
float  zMin,
int  sampN,
float  th 
)

Extraction of distance parameter using sharpness functions.

Parameters
zMaxMaximum value of distance on z axis
zMinMinimum value of distance on z axis
sampNCount of search step
thThreshold value
Returns
Result distance

Definition at line 1080 of file ophSig.cpp.

◆ sigGetParamSF_CPU()

double ophSig::sigGetParamSF_CPU ( float  zMax,
float  zMin,
int  sampN,
float  th 
)
protected

Extraction of distance parameter using sharpness functions by using CPU.

Parameters
zMaxMaximum value of distance on z axis
zMinMinimum value of distance on z axis
sampNCount of search step
thThreshold value
Returns
Result distance

Definition at line 1507 of file ophSig.cpp.

◆ sigGetParamSF_GPU()

double ophSig::sigGetParamSF_GPU ( float  zMax,
float  zMin,
int  sampN,
float  th 
)
protected

Extraction of distance parameter using sharpness functions by using GPU.

Parameters
zMaxMaximum value of distance on z axis
zMinMinimum value of distance on z axis
sampNCount of search step
thThreshold value
Returns
Result distance

Definition at line 393 of file ophSig_GPU.cpp.