QTrk
|
Functions related to correcting the bias in the z lookup table scheme. More...
Functions | |
void | QueuedTracker::ComputeZBiasCorrection (int bias_planes, CImageData *result, int smpPerPixel, bool useSplineInterp) |
float | QueuedTracker::ZLUTBiasCorrection (float z, int zlut_planes, int bead) |
void | QueuedTracker::SetZLUTBiasCorrection (const CImageData &data) |
CImageData * | QueuedTracker::GetZLUTBiasCorrection () |
Variables | |
CImageData * | QueuedTracker::zlut_bias_correction |
Functions related to correcting the bias in the z lookup table scheme.
For more information, see Jelmer's paper on this software environment [1]. This is not used on setups as far as I (Jordi) am aware, since it was still in a development stage when Jelmer left.
void QueuedTracker::ComputeZBiasCorrection | ( | int | bias_planes, |
CImageData * | result, | ||
int | smpPerPixel, | ||
bool | useSplineInterp | ||
) |
Definition at line 173 of file QueuedTracker.cpp.
CImageData * QueuedTracker::GetZLUTBiasCorrection | ( | ) |
Definition at line 227 of file QueuedTracker.cpp.
void QueuedTracker::SetZLUTBiasCorrection | ( | const CImageData & | data | ) |
Definition at line 221 of file QueuedTracker.cpp.
float QueuedTracker::ZLUTBiasCorrection | ( | float | z, |
int | zlut_planes, | ||
int | bead | ||
) |
Definition at line 147 of file QueuedTracker.cpp.
|
protected |
Definition at line 388 of file QueuedTracker.h.