|
| cuOverSamplerR2R (int inNX, int inNY, int outNX, int outNY, int nImages, cudaStream_t stream_) |
| Constructor for cuOversamplerR2R.
|
|
void | setStream (cudaStream_t stream_) |
|
void | execute (cuArrays< float > *imagesIn, cuArrays< float > *imagesOut) |
| Execute fft oversampling.
|
|
| ~cuOverSamplerR2R () |
| destructor
|
|
◆ cuOverSamplerR2R()
cuOverSamplerR2R::cuOverSamplerR2R |
( |
int | inNX, |
|
|
int | inNY, |
|
|
int | outNX, |
|
|
int | outNY, |
|
|
int | nImages, |
|
|
cudaStream_t | stream ) |
Constructor for cuOversamplerR2R.
- Parameters
-
input | image size inNX x inNY |
output | image size outNX x outNY |
nImages | the number of images |
stream_ | cuda stream |
◆ execute()
void cuOverSamplerR2R::execute |
( |
cuArrays< float > * | imagesIn, |
|
|
cuArrays< float > * | imagesOut ) |
Execute fft oversampling.
- Parameters
-
[in] | imagesIn | input batch of images |
[out] | imagesOut | output batch of images |
The documentation for this class was generated from the following files:
- /home/runner/work/isce3/isce3/cxx/isce3/cuda/matchtemplate/pycuampcor/cuOverSampler.h
- /home/runner/work/isce3/isce3/cxx/isce3/cuda/matchtemplate/pycuampcor/cuOverSampler.cu
1.13.2.