4.25

4.2 | 17 ratings Rate this file 133 Downloads (last 30 days) File Size: 422.13 KB File ID: #16728
image thumbnail

FingerPrint Application

by Florence Kussener

 

05 Oct 2007 (Updated 16 Jan 2008)

Capture the Minutiae from a fingerprint

| Watch this File

File Information
Description

A fingerprint is made of a series of ridges and furrows on the surface of the finger. The uniqueness of a fingerprint can be determined by the pattern of ridges and furrows as well as the minutiae points. Minutiae points are local ridge characteristics that occur at either a ridge bifurcation or a ridge ending.

Required Products Image Processing Toolbox
MATLAB release MATLAB 7.5 (R2007b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (27)
13 Nov 2007 hitesh shah

it need to include Enhancement algorithm to handle poor quality images.

14 Nov 2007 Avinash Pokhriyal

no explanation file. No image enhancement techniques applied, otherwise it would have been excellent.

04 Jan 2008 John D

Code is not working on gray scale images and also it is not working on different size of images(eg. 256*256).

19 Feb 2008 Leena Patil

Hello Florence ,

Code is working excellent,please add minutia matching algorithm,so it is more useful.

29 Feb 2008 Manju g

Hello,

Please add minutia matching code.

01 Mar 2008 benmouna brahim

please I need code source for minutia matching
transform hough is eficase code

05 Mar 2008 Vijay Bidla

Sir please add on ALignment and Matching codes in this

16 Mar 2008 E Yu  
16 Mar 2008 E Yu

The following change is needed -
figHandle = ancestor(axHandle, 'figure');

% get(axHandle, 'Parent');

12 Apr 2008 Abid Anjum  
21 Apr 2008 houssam hassan

PLz can you help me in how to find point core in fingerprint image ......
SO plz if you know send me at my adress email
than's

06 Jul 2008 Chuleeporn Kanthong

thanks

22 Jul 2008 Faiyaz Zagral

Its is really excellent for the begineers.

21 Oct 2008 ahmad a

hi, thanks for the code, could you please tell me which other fingerprint images (or database) that i can use with this code, or it only works for this image. because whenever i change the image it doesnot work
thanks

21 Nov 2008 Saravanan

Hi Florence,
I downloaded this application and first two modules Binarize, and Thinning working fine with the given images Empreinte.bmp and Image.bmp with this application. But raised following errors in the third module Find Minutia

Could you help me please. trysaran@yahoo.com

>> fingerprintgui
Warning: Function call fingerprintgui invokes inexact match C:\cs\florence\fingerprint\FingerPrintGUI.m.

??? There is no 'Colormap' property in the 'uipanel' class.

Error in ==> imshow at 115
    set(figHandle, 'Colormap', map);

Error in ==> FingerPrintGUI>FindMinutia_Callback at 289
imshow(255*I)

Error in ==> gui_mainfcn at 75
        feval(varargin{:});

Error in ==> FingerPrintGUI at 42
    gui_mainfcn(gui_State, varargin{:});

??? Error while evaluating uicontrol Callback.

24 Nov 2008 Saravanan

In the fingerprint demo program, I am getting the following error.

??? Error using ==> times
Matrix dimensions must agree.

Error in ==> fpdemo at 89
ZTerm=Z.*ROI';

If I changed the last line to ZTerm=Z.*ROI; then it works by the ZTerm becomes zero matrix. It makes the program failure.

Please help me.

25 Nov 2008 Adil

Great application.

cons: it resizes your images to a predetermined size in the GUI (looses aspect ratio).

No comments on code and bad docummentations.

I did not know how to use the validation application

04 Jan 2009 vijay kumar

Please add minutia matching code,
 please I need code source for minutia matching
transform hough is eficase code
send the minutia match algorithm determines whether the two minutia sets are from the same finger or not. two steps: 1. Alignment stage 2. Match stage

30 Jan 2009 2000forever dagdeviren

i need cmac(cerebellar model arithmetic computer) matlab code for fingerprint classification.can anyone help me?

16 Feb 2009 shayam j

hi,
i am doing my final year project in fingerprint verification. i 've performed binarization and thinning. but thinning is taking more time.. so plz send me the code for thinning to my mail id. my mail id is shayam.jayaraman@gmail.com. also during the minutiae extraction lots of spurious minutiaes r detected. so plz help me to remove this also.. please help me... i am having marks for my project.. thanks in advance.. plzzzzzzzzz....

25 Mar 2009 kalpana saini

sir,
i getting error in this program in Suppress extrema minutiae . using sub2ind i m getting error,index out of range. please give me solution as early as possible.

24 Jun 2009 hamza

thanks for the code it was useful to me

18 Apr 2010 amir hazifuddin  
13 Jun 2011 mohen

thankyou

30 Jun 2011 Amos Lim

heys everyone, i am conducting a project to make an optical mouse into a Fingerprint Scanner Optical Mouse. So, is this code viable for optical mouse itself to scan fingerprint?

i am just doing a basic project, need to get the optical mouse able to scan and capture the fingerprints.

09 Aug 2011 Abdul Aziz  
11 Oct 2011 Smit Bhagat

Hi, I am a final year Engg student. This code has really helped me in coding for my project i.e. Fingerprint Recgnization. I acknowledge Florence Kussener. Thank you for your help.
 

Please login to add a comment or rating.
Updates
16 Jan 2008

I updated these files because of size problems.

Contact us at files@mathworks.com