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 threshold, float scale, float offset, CarmaDevice *device) |
|
◆ 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 |
threshold, |
|
|
float |
scale, |
|
|
float |
offset, |
|
|
CarmaDevice * |
device |
|
) |
| |