Autonomous Space Robotics Lab

Speeded Up SURF

UTIAS ASRL

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

Definition at line 38 of file GpuIntegralImage_kernel.h.


Generated on Fri Apr 30 20:06:20 2010 for gpusurf by doxygen 1.6.2