
#include "CUDA/CudaImage.H"#include "CUDA/CudaMathOps.H"#include "Util/Assert.H"#include "CUDA/cudadefs.h"#include "CudaKernels.H"#include "CudaDevices.H"#include "wrap_c_cuda.h"

Go to the source code of this file.
Functions | |
| CudaImage< float > | cudaDogFilterHmax (MemoryPolicy mp, int dev, const float theta, const float gamma, const int size, const float div) |
| CudaImage< float > | cudaDogFilter (MemoryPolicy mp, int dev, const float stddev, const float theta, const int halfsize_in) |
| CudaImage< float > | cudaGaborFilter3 (MemoryPolicy mp, int dev, const float major_stddev, const float minor_stddev, const float period, const float phase, const float theta, int size) |
| CudaImage< float > | cudaGaussian (MemoryPolicy mp, int dev, const float coeff, const float sigma, const int maxhw, const float threshperc) |
C++ wrapper for CUDA Kernel generation
Definition in file CudaKernels.C.
1.6.3