Rules | Recent posts | topic RSS | Search | Register  | Log in

Fingerprint feature extraction - matlab

 
Post new topic  Reply to topic    EDAboard.com Forum Index -> Digital Signal Processing
Author Message
leekk8



Joined: 06 Sep 2005
Posts: 288
Helped: 13
Location: Malaysia


Post17 Jan 2006 3:06   Fingerprint feature extraction - matlab

I'm doing Fingerprint Recognition System with Neural Network. The fingerprint images that I use are binary images. Do anyone have the matlab code or algorithm for the singular point detection (preferably poincare index) and orientation image? I've read through some papers about these, but I have no idea how to do it with matlab. I need to extract these features from the fingerprint image and input to the neural network for training. Please help. Thanks in advance.
Except questions above, your suggestions and comments for this project are much welcome and appreciated.

P/S: Assuming that the images have been enhanced and free of noise.
Back to top
sharjeel50



Joined: 06 Sep 2005
Posts: 8


Post09 Mar 2006 13:12   Re: Fingerprint feature extraction - matlab

i need matlab implementation of "Raymond Thai thesis on fingerprints".............
plzz help me..........i have to submit my degree project...
Back to top
meka



Joined: 07 Apr 2006
Posts: 10
Helped: 2


Post19 Apr 2006 9:21   Re: Fingerprint feature extraction - matlab

hi leekk!

Am trying to implement poincare based singular point exraction..

Initially i find the orientation of the fingerprint as said by "Online fingerprint Verification"by Anil.K.Jain..

to implement poincare method i need to seperate the fingerprint into blocks and for each block i should consider one orientation value..

if am seperating the original image into blocks and after that am finding orientation means , am getting correct core point.
But incase if am finding orientation for all points and considering one angle for each block, am getting more than one core point....
my problem here is, among the theta values in the block, which value should i consider..
i tried with the mean value, maximum value and the minimum value./..
but still erraneous...

find the code as attachment
plz help me....
Back to top
meka



Joined: 07 Apr 2006
Posts: 10
Helped: 2


Post20 Apr 2006 12:27   Re: Fingerprint feature extraction - matlab

sorry ... i didn't attch the file properly....


kindly check the file attah ed with this...


regards
meka



Sorry, but you need login in to view this attachment

Back to top
meka



Joined: 07 Apr 2006
Posts: 10
Helped: 2


Post20 Apr 2006 13:23   Re: Fingerprint feature extraction - matlab

sorry ... i didn't attch the file properly....


kindly check the file attah ed with this...


regards
meka



Sorry, but you need login in to view this attachment

Back to top
leekk8



Joined: 06 Sep 2005
Posts: 288
Helped: 13
Location: Malaysia


Post20 Apr 2006 16:00   Re: Fingerprint feature extraction - matlab

meka,

I've seen your attachment, I think I need some time to figure out how your program work. At first place, you've found the orientation field, where I use the same code, it's no problem.

I've made the orientation field into blocks and average the orientation value. You can do so if the size of your orientation field is big. In my case, the field is 330x225. I average it into 66x45.

I also get more than one core point, but I make the point that is nearest with the centre of fingerprint as the real core point.

Hope this can help you.
Back to top
leekk8



Joined: 06 Sep 2005
Posts: 288
Helped: 13
Location: Malaysia


Post23 Apr 2006 10:25   Re: Fingerprint feature extraction - matlab

Hi, meka

I think the method you use in your poincare computation is different from mine. I've upload my equation and code, hope can help you.

If you have any opinions or suggestions, we can discuss further.



Sorry, but you need login in to view this attachment

Back to top
nprasanna84



Joined: 08 Apr 2006
Posts: 4


Post24 Apr 2006 12:28   Fingerprint feature extraction - matlab

hi frnds,
i think this link wil help u in matlab functions. u can downlaod many matlab function. including finger print(ridge).


http://www.csse.uwa.edu.au/~pk/Research/MatlabFns/
Back to top
meka



Joined: 07 Apr 2006
Posts: 10
Helped: 2


Post29 Apr 2006 6:48   Re: Fingerprint feature extraction - matlab

hi leek
am trying to implement in the way what you have written....

do you have any idea about polynomial model for singular points detection...
Back to top
leekk8



Joined: 06 Sep 2005
Posts: 288
Helped: 13
Location: Malaysia


Post02 May 2006 7:53   Re: Fingerprint feature extraction - matlab

meka,

Sorry that I have no idea about polynomial methods for singular point detection. Maybe you can try other ways, as poincare index is only one of them.
Back to top
adiguna



Joined: 08 Dec 2005
Posts: 39


Post02 May 2006 18:16   Re: Fingerprint feature extraction - matlab

Hi all,
which one is better for fingerprint feature extraction ? filter based or minutiae based ?
thx b4 Very Happy
Back to top
adiguna



Joined: 08 Dec 2005
Posts: 39


Post04 May 2006 17:35   Re: Fingerprint feature extraction - matlab

Hi leek88 and meka,
Have you ever tried the algorithm for finding center point location on fingerprint based on "Gabor Filterbank and its Application in the Fingerprint Texture Analysis" paper by Yang Xu and xuedong ??

I tried the algorithm, but I have problem in understanding point 5 and 6 on the algorithm. I hope any body can help me here.

Thx
Back to top
leekk8



Joined: 06 Sep 2005
Posts: 288
Helped: 13
Location: Malaysia


Post06 May 2006 5:35   Re: Fingerprint feature extraction - matlab

Hi, adiguna

I didnt try using Gabor Filterbank before. I think you code it according to the algorithm, should be ok. If can, please upload the algorithm here, hope somebody can help.
Back to top
adiguna



Joined: 08 Dec 2005
Posts: 39


Post09 May 2006 9:38   Re: Fingerprint feature extraction - matlab

Hi leek..

Can you upload your paper algorithm for core point detection,pls.
because I'm trying to understand the code you write.

thx Smile
Very Happy
Back to top
meka



Joined: 07 Apr 2006
Posts: 10
Helped: 2


Post10 May 2006 6:35   Re: Fingerprint feature extraction - matlab

hi adiguna....

This is for your reference for core point detection...

A Multichannel Approach to Fingerprint Classification
Anil K. Jain, Fellow, IEEE, Salil Prabhakar, Student Member, IEEE, and Lin Hong




let me know if you could not get the paper....

Added after 5 minutes:

hi leek....

i've included the file you sent to me..
even then, for most of the files therez false detection...
how to rectify that...



need one more help ..

what does "imfilter.m" function do internally..
i am afraid that imfilter function includes convolution function.....
which has time complexity....

how to solve it...
Back to top
leekk8



Joined: 06 Sep 2005
Posts: 288
Helped: 13
Location: Malaysia


Post13 May 2006 2:57   Re: Fingerprint feature extraction - matlab

adiguna,

Try to download the paper posted by meka. I will try to provide you some more papers later.

meka,

I'm not sure what imfilter do. Anyway, you can open this m file to see its full code. My code is not able to detect correct core point for all fingerprint image. Some of them are still faulty.
Back to top
meka



Joined: 07 Apr 2006
Posts: 10
Helped: 2


Post24 May 2006 14:01   Fingerprint feature extraction - matlab

hi leek....
still faulty results for me...
wat abt ur results...?
Back to top
LOHITHRAJ



Joined: 24 May 2006
Posts: 1


Post24 May 2006 15:16   Re: Fingerprint feature extraction - matlab

Hi,

I am Lohith from Bangalore,Karnataka,INDIA. I am doing a project on Minutiae based Fingerprint Recognition System.I am very new to this field.I am trying to write CODE in MATLAB. I have one request for you.Can you please send me the codes for Fingerprint Recognition in MATLAB.
I would be very greatful for your help.
Thank You in advance.I will be waiting to hear from you.


Regards,

Lohith
Back to top
leekk8



Joined: 06 Sep 2005
Posts: 288
Helped: 13
Location: Malaysia


Post08 Jun 2006 3:57   Re: Fingerprint feature extraction - matlab

Hi, meka

Sorry for the late reply....I've already finished my project and graduate. The core point detected is not correct everytime, but the accuracy is acceptable. There're many core point detected, I locate the point which is nearest to the centre of the fingerprint image and make it as core point. Since I crop a small area near core point and put this into neural network for recognition, so the result is still acceptable. How about your project?

Lohith,

Maybe you can have a look at papers and decide which methods you want to use. It's impossible we upload the whole code for you. We just discussing and exchange info and opinion here. If you have any question, you can ask here. I believe there will be somebody can help....
Back to top
koosdoos



Joined: 08 Jun 2006
Posts: 53
Helped: 2


Post08 Jun 2006 9:34   Fingerprint feature extraction - matlab

Hi What algoritm would you guys suggest that should be used for fingerprint recognition ?

Thanks .
Back to top
leekk8



Joined: 06 Sep 2005
Posts: 288
Helped: 13
Location: Malaysia


Post08 Jun 2006 17:21   Re: Fingerprint feature extraction - matlab

There are lots of algorithm and methods for fingerprint recognition. Depends on your project requirement and your favour. You can read some books or papers on this, then decide a good algorithm. I'm using neural network, it's quite good too. Another popular method is minutiae based matching.
Back to top
meka



Joined: 07 Apr 2006
Posts: 10
Helped: 2


Post22 Jun 2006 9:01   Re: Fingerprint feature extraction - matlab

hi leek...

congrats !

In my cast too the core point is not accurate all the time.
But acceptable...
So continued with polyomial model
Am not training with neural networks...
Back to top
leekk8



Joined: 06 Sep 2005
Posts: 288
Helped: 13
Location: Malaysia


Post25 Jun 2006 16:03   Re: Fingerprint feature extraction - matlab

Hi, meka

I'm glad to hear from you again. Polynomial model is another method for fingerprint matching. Wish you all the best.
Back to top
alamer_2005



Joined: 18 Jun 2006
Posts: 3


Post09 Feb 2007 16:31   Re: Fingerprint feature extraction - matlab

Dear Meka

I used your Code. it is work better. but why it did not draw the core points on the fingerprint image.

if you can please tell my about the full code

best regards

Ali
Back to top
mowaswasah



Joined: 14 Mar 2008
Posts: 1


Post07 Apr 2008 19:48   Re: Fingerprint feature extraction - matlab

hi all i am trying to implement my own fingerprint recognition system for the graduation project .....can any one help me in some codes especially detecting the sigularites(core,delta)
thanks



with respect
yousi
Back to top
hitler4u



Joined: 26 Jun 2008
Posts: 1


Post26 Jun 2008 6:54   Re: Fingerprint feature extraction - matlab

hi all

I have implemented Orientation Estimation Code but I don't know whether the values are correct or not..
I am using Java(for reading and displaying Images)and C(for algorithms) for my implementation
can any one help me out how to check whether the values that I have got are correct or not?
also how can I draw the orientation Image as it is displayed everywhere?

plz help
Back to top
becool_hem



Joined: 28 Jul 2008
Posts: 54
Helped: 3
Location: INDIA


Post29 Jul 2008 13:24   Re: Fingerprint feature extraction - matlab

hi all
i m also working on finger print recog
i hav written code for that and its working
so anyone need help i m ready to provide
Back to top
Post new topic  Reply to topic    EDAboard.com Forum Index -> Digital Signal Processing
Page 1 of 1 All times are GMT + 2 Hours


Abuse
Administrator
Moderators
topic RSS 
sitemap