Ask Your Question
1

How to make matching by minutiae

asked 2014-01-06 10:31:47 -0600

galimjan gravatar image

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.

edit retag flag offensive close merge delete

Comments

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?

muithi gravatar imagemuithi ( 2014-10-22 08:34:30 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-04-06 15:13:09 -0600

hammu gravatar image

First, convert the minutiea coordinates to a MatOfKeyPoint, then compute the (e.g. ORB) descriptors with a DescriptorExtractor. Now you can match them with a BFMatcher with e.g. knn.

edit flag offensive delete link more

Comments

Please take care of date : 3 years old ...

LBerger gravatar imageLBerger ( 2017-04-06 15:29:21 -0600 )edit

Hi hammu, can you help me the way to do how to convert minutiae coordinates into keypoint. I already have minutiae coordinates but I have difficulties how to match process. Thank you.

sajim gravatar imagesajim ( 2017-06-19 05:13:17 -0600 )edit

Question Tools

Stats

Asked: 2014-01-06 10:31:47 -0600

Seen: 2,950 times

Last updated: Jan 06 '14