cudaSiftD.h

00001 #ifndef CUDASIFTD_H
00002 #define CUDASIFTD_H
00003 #define WARP_SIZE     16
00004 
00005 #define ROW_TILE_W    160
00006 #define COLUMN_TILE_W 16
00007 #define COLUMN_TILE_H 48
00008 
00009 #define MINMAX_SIZE   128
00010 #define POSBLK_SIZE   32
00011 #define LOWPASS5_DX 160
00012 #define LOWPASS5_DY 16
00013 
00014 __device__ __constant__ float d_Kernel[17]; // NOTE: Maximum radius
00015 
00016 #endif
Generated on Sun May 8 08:04:44 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3