Re: Gabor filter on an image
oh sorry i just realized I was in the wrong part of the forum ... I work with c# ^^
Anyway, if you have an answer, anything in c++, i would deeply appreciate your help !
Re: Gabor filter on an image
Hi DidAus,
i m working on the same project in C#.i.e. applying gabor filtering for image enhancement.i followed this link
http://stackoverflow.com/questions/1...cording-to-the
and now visited this forum.
i have removed gaussian noise, contrast streched the image, created its histogram and generated a histogram equalized image yet.now my next step is to apply Gabor filter.
i m not getting the concept that how to create a 2D array of pixels' orientations and pixels' frequency.In your post you have claimed that you have successfully tested the orientation and frequency.Kindly guide me how and if there is some code available it will be preferable..u can catch me at aroojnazir33@gmail.com
Re: Gabor filter on an image
i am confused about this that angle is 1 value for the x and y coordinates of pixel i.e one orientation for one pixel. why is this 2D array needed for frequency and orientation and how to calculate these two parameters in C#.its urgent.. i 'll wait for the response. :p