Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Graph program Special Effects
Title: gaborfilter.tar Download
 Description: Gabor filters are often used for shape detection and feature extraction, such as the enhanced fingerprint image. Matlab implementation of the code is a two-dimensional Gabor filter. Use the following code: function [G, gabout] = gaborfilter1 (I, Sx, Sy, f, theta) from ' gaborfilter1' with different f (Frequency) and theta (Angle). For example f: 0,2,4, 8,16,32 theta = 0, pi/3, pi/6, pi/2,3 pi/4 then for any input image like (eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on (' cameraman.tif' ) (in MATLAB pictures) I = imread (' cameraman.tif' ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout))
 Downloaders recently: [More information of uploader bibofun]
 To Search: gabor
  • [yaleface] - Face recognition matlab process, yale fa
  • [Gabor] - code of gabor wavelet
File list (Check if you may need any files):
37724081gaborfilter.tar
    

CodeBus www.codebus.net