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:
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.
Hi galimjan, how did you manage to extract minutiae' x,y position and euclidean distance? I am just looking for a way to do it in Open CV, would you kindly point me in the direction where I can get code to retrieve minutiae x, y positions and their euclidean distance?