|
| | cuOverSamplerR2R (int inNX, int inNY, int outNX, int outNY, int nImages) |
| | Constructor for cuOversamplerR2R.
|
| |
| 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 ) |
Constructor for cuOversamplerR2R.
- Parameters
-
| input | image size inNX x inNY |
| output | image size outNX x outNY |
| nImages | the number of images |
◆ 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/matchtemplate/pycuampcor/cuOverSampler.h
- /home/runner/work/isce3/isce3/cxx/isce3/matchtemplate/pycuampcor/cuOverSampler.cpp
1.13.2.