Rank: 601 based on 115 downloads (last 30 days) and 1 file submitted
photo

Gao Yang

E-mail
Company/University
Nanyang Technological University

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Gao
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Nov 2010 Screenshot Gabor filter Generates Gabor filters using bandwidth, aspect ratio, phase, wavelength and angle as parameters. Author: Gao Yang gabor filter, image processing, gabor filtergabor_exa... 115 7
  • 4.6
4.6 | 5 ratings
Comments and Ratings on Gao's Files View all
Updated File Comment by Comments Rating
11 Jan 2012 Gabor filter Generates Gabor filters using bandwidth, aspect ratio, phase, wavelength and angle as parameters. Author: Gao Yang Chalasani, Rakesh
22 Mar 2011 Gabor filter Generates Gabor filters using bandwidth, aspect ratio, phase, wavelength and angle as parameters. Author: Gao Yang Jason

Great one, thanks a lot. By the way, may I know, what does the size denote? Also, I can't seem to understand how the meshgrid in your code works.

02 Mar 2011 Gabor filter Generates Gabor filters using bandwidth, aspect ratio, phase, wavelength and angle as parameters. Author: Gao Yang shuai
02 Dec 2010 Gabor filter Generates Gabor filters using bandwidth, aspect ratio, phase, wavelength and angle as parameters. Author: Gao Yang Marc

Can someone explain me why when a bandwidth >1 is used the result differs from http://matlabserver.cs.rug.nl

using a bandwith of 10 I had to replace

    img_out_disp = sum(abs(img_out).^2, 3).^0.5;
with
    img_out_disp = sum(imag(img_out).^2, 3).^0.5;

in order to have the same results as http://matlabserver.cs.rug.nl

but don't know why. I believe this come from the ratio sigma to lamda < 0.5. Any mathematical explanation?

16 Nov 2010 Gabor filter Generates Gabor filters using bandwidth, aspect ratio, phase, wavelength and angle as parameters. Author: Gao Yang Rachel

Very good implementation. And good job normalizing it! What I do notice is: you seem to do (a+b).^2 to get the modulus of the result. I thought for a complex number a+bj, you are supposed to do a.^2+b.^2 for the modulus. Lucky enough for this case, the cross term 2ab is simply zero because we are summing some trigonometric functions from 0 to 2pi.

Top Tags Applied by Gao
gabor filter, image processing
Files Tagged by Gao
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Nov 2010 Screenshot Gabor filter Generates Gabor filters using bandwidth, aspect ratio, phase, wavelength and angle as parameters. Author: Gao Yang gabor filter, image processing, gabor filtergabor_exa... 115 7
  • 4.6
4.6 | 5 ratings

Contact us at files@mathworks.com