QTrk
Public Attributes | List of all members
BaseKernelParams Struct Reference

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...
 
LocalizationParamslocParams
 Additional localization parameters. Holds the ZLUT/bead index. More...
 
float * imgmeans
 Array of image means. More...
 
cudaImageListf images
 The images for this batch. More...
 

Detailed Description

Structure to group parameters to be passed to every kernel.

Definition at line 53 of file QueuedCUDATracker.h.

Member Data Documentation

§ images

cudaImageListf BaseKernelParams::images

The images for this batch.

Definition at line 57 of file QueuedCUDATracker.h.

§ imgmeans

float* BaseKernelParams::imgmeans

Array of image means.

Definition at line 56 of file QueuedCUDATracker.h.

§ locParams

LocalizationParams* BaseKernelParams::locParams

Additional localization parameters. Holds the ZLUT/bead index.

Definition at line 55 of file QueuedCUDATracker.h.

§ njobs

int BaseKernelParams::njobs

Number of jobs in the batch.

Definition at line 54 of file QueuedCUDATracker.h.


The documentation for this struct was generated from the following file: