gabor_old.h

Go to the documentation of this file.
00001 #define sq(x) ((x)*(x))
00002 
00003 /* note that all this is taken from the paper JaH98 in ~/tex/bib/squizz.bib */
00004 /* define some constants for the filter bank */
00005 #define theta_step M_PI/4
00006 
00007 /* define the functions which determine the parameters of the filter back */
00008 
00009 #define u00 (0.5/(1.0 + tan(B_theta)))
00010 #define sigma_m(u) (sqrt(2.0*log(2.0))/(3*u*tan(B_theta)))
00011 
00012 #define num_gabor_scales 3
00013 #define gabor_kernel_size_0 9
00014 #define gabor_kernel_size_1 17
00015 #define gabor_kernel_size_2 35
00016 
00017 #define num_gabors_per_scale 4

Generated on Wed Jan 7 00:30:35 2009 for Gift by  doxygen 1.5.6