Hi everyone,
I have been working through the steps of fingerprint matching presented in an answer here: http://answers.opencv.org/question/6364/fingerprint-matching-in-mobile-devices-android-platform/ Some of the links provided in the answer are now dead and I cannot find examples online. I have figured out how to perform some steps, but there are a few I am struggling with.
For the blockwise gabor filtering, can someone provide me an example or the parameters I should use? (All the images I am using are size 388x374)
Before filtering the images and creating the skeleton map, I would like to somehow normalize the images. Ideally I would like to center each thumbprint based on some reference point. It seems like creating an orientation map may be how to accomplish this step. If so, can someone provide so example/help to obtain the orientation map? Once i have obtained the orientation map how can I use it to find a reference point?
Thank you for your help