4

How to design a Gabor Filter for pattern recognition. I just cannot figure it.

jonsca
  • 10,218
  • 26
  • 54
  • 62
Sm1
  • 560
  • 2
  • 6
  • 24
  • 2
    See [Gabor Filter](http://www.mathworks.com/matlabcentral/fileexchange/23253) from FEX for inspiration. – zellus Feb 25 '11 at 07:18
  • A good question shows that some research effort has gone into it. Your question as it stands is rather vague. – tdc Jan 25 '12 at 17:49

2 Answers2

4

You can find a Matlab implementation of the Gabor Filter in the Wikipedia article about the Gabor Filter. That should get you started.

Ghaul
  • 3,340
  • 1
  • 19
  • 24
4

The links i am providing will clear will clear your basics about GABOR FILTER as well as get you started on PATTERN RECOGNITION

  1. Basics of gabor filter

  2. Visualization of GABOR Filter

  3. Check these for Pattern recognition

vini
  • 4,657
  • 24
  • 82
  • 170