#include "CUDA/CudaImage.H"
#include "CUDA/cudadefs.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=1.0F) |
C++ wrapper for CUDA Kernel generation
Definition in file CudaKernels.H.