#include "CUDA/CudaImage.H"
#include "CUDA/CudaDevices.H"
#include "CUDA/CudaLowPass.H"
#include "wrap_c_cuda.h"
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, const bool go_y) |
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, const bool go_y) |
CudaImage< float > | cudaLowPass9x (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass9xyDec (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass9y (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass5x (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass5y (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass3x (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass3y (const CudaImage< float > &src) |
CudaImage< float > | cudaLowPass9 (const CudaImage< float > &src, const bool go_x, const bool go_y) |
CudaImage< float > | cudaLowPass (const int N, const CudaImage< float > &src, const bool go_x, const bool go_y) |
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.C.