GpuIntegralImage_kernel.cu File Reference
#include "GpuIntegralImage_kernel.h"
Go to the source code of this file.
Namespaces |
namespace | asrl |
Functions |
__device__ void | asrl::convert_dev (float &out, unsigned char in) |
__device__ void | asrl::convert_dev (float &out, float in) |
template<typename T > |
__global__ void | asrl::transpose_kernel (float *odata, size_t o_pitch, T *idata, size_t i_pitch, size_t width, size_t height) |
void | asrl::run_transpose_kernel_uchar (dim3 grid, dim3 block, float *odata, size_t o_pitch, unsigned char *idata, size_t i_pitch, size_t width, size_t height) |
void | asrl::run_transpose_kernel_float (dim3 grid, dim3 block, float *odata, size_t o_pitch, float *idata, size_t i_pitch, size_t width, size_t height) |