Go to the source code of this file.
|
template<class T > |
void | get_centroids (int size, int threads, int blocks, int n, float *d_idata, T *d_odata, T *ref, int *validx, int *validy, float *intensities, float scale, float offset, SlopeOrder slope_order, CarmaDevice *device, cudaStream_t stream=0) |
|
template<class T > |
void | get_centroids_async (int threads, int blocks, int n, CarmaStreams *streams, T *d_idata, T *d_odata, T *alpha, float scale, float offset) |
|
◆ get_centroids()
template<class T >
void get_centroids |
( |
int |
size, |
|
|
int |
threads, |
|
|
int |
blocks, |
|
|
int |
n, |
|
|
float * |
d_idata, |
|
|
T * |
d_odata, |
|
|
T * |
ref, |
|
|
int * |
validx, |
|
|
int * |
validy, |
|
|
float * |
intensities, |
|
|
float |
scale, |
|
|
float |
offset, |
|
|
SlopeOrder |
slope_order, |
|
|
CarmaDevice * |
device, |
|
|
cudaStream_t |
stream = 0 |
|
) |
| |
◆ get_centroids_async()
template<class T >
void get_centroids_async |
( |
int |
threads, |
|
|
int |
blocks, |
|
|
int |
n, |
|
|
CarmaStreams * |
streams, |
|
|
T * |
d_idata, |
|
|
T * |
d_odata, |
|
|
T * |
alpha, |
|
|
float |
scale, |
|
|
float |
offset |
|
) |
| |