Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gabor Filter problem

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

like image 857
Sm1 Avatar asked Feb 25 '23 23:02

Sm1


2 Answers

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

like image 78
vini Avatar answered Mar 03 '23 16:03

vini


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

like image 33
Ghaul Avatar answered Mar 03 '23 15:03

Ghaul