| 
    QTrk
    
   | 
 
Structure to group parameters to be passed to every kernel. More...
#include <QueuedCUDATracker.h>
Public Attributes | |
| int | njobs | 
| Number of jobs in the batch.  More... | |
| LocalizationParams * | locParams | 
| Additional localization parameters. Holds the ZLUT/bead index.  More... | |
| float * | imgmeans | 
| Array of image means.  More... | |
| cudaImageListf | images | 
| The images for this batch.  More... | |
Structure to group parameters to be passed to every kernel.
Definition at line 53 of file QueuedCUDATracker.h.
| cudaImageListf BaseKernelParams::images | 
The images for this batch.
Definition at line 57 of file QueuedCUDATracker.h.
| float* BaseKernelParams::imgmeans | 
Array of image means.
Definition at line 56 of file QueuedCUDATracker.h.
| LocalizationParams* BaseKernelParams::locParams | 
Additional localization parameters. Holds the ZLUT/bead index.
Definition at line 55 of file QueuedCUDATracker.h.
| int BaseKernelParams::njobs | 
Number of jobs in the batch.
Definition at line 54 of file QueuedCUDATracker.h.
 1.8.12