This is my first time to ask the question on this mathforum.
I am not getting how to implement the orientation field estimation
algorithm for a fingerprint image.
First we have to divide the input fingerprint image into blocks of
size 10*10.
then compute the gradients Gx and Gy at each pixel in each block.
(do not use the gradient function in matlab)
I anybody help me for these two setps only.
You can send me code on abhijeet...@rediffmail.com
Thanks
You can refer to Bazen's paper for the algorithm
Biswaroop
abhijeet...@rediffmail.com (Abhijeet) wrote in message <wezx0d2zo2n6@legacy>...
You can look at my code:
I use orientation estimation (global orientation image) for one of my descriptors.
Can someone post a link to Bazen's paper or provide the title of the paper as a quick google search doesn't seem to find anything? Or alternatively, tell me which file in the fingerprint set of files calculates the gradient of each x,y pixel in an image? Any help would be much appreciated.