cuda_kernels.h File Reference
#include <cuda.h>
#include "CUDA/cutil.h"
#include "cudadefs.h"
Go to the source code of this file.
Functions |
__global__ void | cuda_global_dogFilterHmax (float *dest, const float theta, const float gamma, const int size, const float div, const int tile_width, const int tile_height) |
__global__ void | cuda_global_dogFilter (float *dest, float stddev, float theta, int half_size, int size, int tile_width, int tile_height) |
__global__ void | cuda_global_gaborFilter3 (float *kern, const float major_stddev, const float minor_stddev, const float period, const float phase, const float theta, const int size, const int tile_len, const int sz) |
__global__ void | cuda_global_gaussian (float *res, float c, float sig22, int hw, int tile_len, int sz) |
Detailed Description
CUDA/GPU convolution kernel generation code
Definition in file cuda_kernels.h.