GpuIntegralImage_kernel.h File Reference
#include <cuda_runtime_api.h>
#include <cudpp.h>
Go to the source code of this file.
Namespaces |
namespace | asrl |
Defines |
#define | ASRL_TRANSPOSE_BLOCK_DIM 16 |
Functions |
void | asrl::call_integral_kernel (size_t width, size_t height, unsigned char *char_data, float *norm_data, float *trans_data, cudaArray *output_int_img, size_t norm_pitch, size_t trans_pitch, size_t char_pitch, CUDPPHandle &rowPlan, CUDPPHandle &colPlan, cudaStream_t stream) |
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) |
Define Documentation
#define ASRL_TRANSPOSE_BLOCK_DIM 16 |