Go to the source code of this file.
|
template<class T > |
void | pyr_slopes (T *d_odata, T *d_idata, int *subindx, int *subindy, float *intensities, int ns, int nvalid, int nim, CarmaDevice *device) |
|
template<class T > |
void | pyr2_slopes (T *d_odata, T *ref, T *d_idata, int *subindx, int *subindy, float *intensities, int ns, int nvalid, float scale, T valid_thresh, int do_sin, CarmaDevice *device) |
|
◆ pyr2_slopes()
template<class T >
void pyr2_slopes |
( |
T * |
d_odata, |
|
|
T * |
ref, |
|
|
T * |
d_idata, |
|
|
int * |
subindx, |
|
|
int * |
subindy, |
|
|
float * |
intensities, |
|
|
int |
ns, |
|
|
int |
nvalid, |
|
|
float |
scale, |
|
|
T |
valid_thresh, |
|
|
int |
do_sin, |
|
|
CarmaDevice * |
device |
|
) |
| |
◆ pyr_slopes()
template<class T >
void pyr_slopes |
( |
T * |
d_odata, |
|
|
T * |
d_idata, |
|
|
int * |
subindx, |
|
|
int * |
subindy, |
|
|
float * |
intensities, |
|
|
int |
ns, |
|
|
int |
nvalid, |
|
|
int |
nim, |
|
|
CarmaDevice * |
device |
|
) |
| |