Ask Your Question

galimjan's profile - activity

2018-03-05 05:44:42 -0600 received badge  Popular Question (source)
2014-10-22 08:30:37 -0600 received badge  Student (source)
2014-01-06 10:31:47 -0600 asked a question How to make matching by minutiae

I'm doing the fingerprint recognition system, I'm stuck on matching part, I extracted minutiae, for each minutiae got their x,y position and orientation. Now, I don't know how to match two fingerprint image, how to know that two images belong one person. Here are minutiae extracted images: image description

image description

I also read this one: http://answers.opencv.org/question/6364/fingerprint-matching-in-mobile-devices-android/

But, can anyone give me detail solution? thanks.

2013-12-22 23:09:27 -0600 commented answer Fingerprint matching in mobile devices (Android platform)

Thanks a lot. Please, can you explain how to do understand "block-wise gabor filter according to block-wise orientation map"?

2013-12-22 20:43:23 -0600 commented question Gabor filter implementation

hi. I'm also interested in this work. I should estimate ridges orientation before I implement gabor filtering? thanks.

2013-12-22 20:41:19 -0600 answered a question Gabor filter implementation

hi. I'm also interested in this work. I should estimate ridges orientation before I implement gabor filtering? thanks.

2013-12-22 20:33:51 -0600 answered a question Fingerprint Image Enhancement

May be share our original image, and if I get better result then I can share.

2013-12-22 20:29:21 -0600 answered a question Fingerprint Image Enhancement

hi. I'm also doing this project using python + opencv, I just start. In my understanding we need using some algorithm to remove false Minutia after pre-processing. Good luck

2013-12-22 20:24:27 -0600 answered a question Fingerprint matching in mobile devices (Android platform)

Thanks a lot. Please, can you explain how to do understand "block-wise gabor filter according to block-wise orientation map"?