QTrk
|
Structure to group parameters about the ZLUT. More...
#include <QueuedCUDATracker.h>
Public Member Functions | |
CUBOTH float * | GetRadialZLUT (int bead, int plane) |
Get the radial profile saved in the LUT for a particular bead and plane. More... | |
CUBOTH int | radialSteps () |
Number of radial steps in the lookup table. More... | |
Public Attributes | |
float | minRadius |
Radius in pixels of the starting point of the sampling area. More... | |
float | maxRadius |
Maximum radial distance in pixels of the sampling area. More... | |
float * | zcmpwindow |
The radial weights to use for the error curve calculation. More... | |
int | angularSteps |
The number of angular steps used to generate the lookup table. More... | |
int | planes |
The number of planes per lookup table. More... | |
cudaImageListf | img |
The imagelist holding the LUTs. More... | |
float2 * | trigtable |
Array of precomputed radial spoke sampling points (cos,sin pairs) More... | |
Structure to group parameters about the ZLUT.
Definition at line 63 of file QueuedCUDATracker.h.
|
inline |
Get the radial profile saved in the LUT for a particular bead and plane.
[in] | bead | The bead for which to get the profile. |
[in] | plane | The plane to retrieve. |
Definition at line 69 of file QueuedCUDATracker.h.
|
inline |
Number of radial steps in the lookup table.
Definition at line 76 of file QueuedCUDATracker.h.
int ZLUTParams::angularSteps |
The number of angular steps used to generate the lookup table.
Definition at line 73 of file QueuedCUDATracker.h.
cudaImageListf ZLUTParams::img |
The imagelist holding the LUTs.
Definition at line 75 of file QueuedCUDATracker.h.
float ZLUTParams::maxRadius |
Maximum radial distance in pixels of the sampling area.
Definition at line 71 of file QueuedCUDATracker.h.
float ZLUTParams::minRadius |
Radius in pixels of the starting point of the sampling area.
Definition at line 70 of file QueuedCUDATracker.h.
int ZLUTParams::planes |
The number of planes per lookup table.
Definition at line 74 of file QueuedCUDATracker.h.
float2* ZLUTParams::trigtable |
Array of precomputed radial spoke sampling points (cos,sin pairs)
Definition at line 77 of file QueuedCUDATracker.h.
float* ZLUTParams::zcmpwindow |
The radial weights to use for the error curve calculation.
Definition at line 72 of file QueuedCUDATracker.h.