Go to the source code of this file.
Functions | |
CudaImage< float > | cudaLowPass5xDec (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass5yDec (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass5Dec (const CudaImage< float > &src, const bool go_x=true, const bool go_y=true) |
CudaImage< float > | cudaLowPass9xDec (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass9yDec (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass9Dec (const CudaImage< float > &src, const bool go_x=true, const bool go_y=true) |
CudaImage< float > | cudaLowPass9xyDec (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass3x (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass3y (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass5x (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass5y (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass9x (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass9y (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass9 (const CudaImage< float > &src, const bool go_x=true, const bool go_y=true) |
CudaImage< float > | cudaLowPass (const int N, const CudaImage< float > &src, const bool go_x=true, const bool go_y=true) |
CudaImage< float > | cudaLowPassX (const int N, const CudaImage< float > &src) |
CudaImage< float > | cudaLowPassY (const int N, const CudaImage< float > &src) |
C++ wrapper for CUDA Low pass operations
Definition in file CudaLowPass.H.