Connecting Tech Pros Worldwide Forums | Help | Site Map

how to compare fingerprint images

Newbie
 
Join Date: Feb 2009
Location: india
Posts: 1
#1: Feb 28 '09
I am doing work on FINGERPRINT RECOGNITION SYSTEM,
I am using VB.NET AS FRONT END SQL SERVER 2000 AS BACK END,
i had saved fingerprint images in sqlserver using image datatype,
images are saving as hexadecimal codes in sql server,
now i want suggestion how to compare two images.

tlhintoq's Avatar
Moderator
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 1,783
#2: Feb 28 '09

re: how to compare fingerprint images


Have you done this sort of work before? Image recognition software, or fingerprint analysis?
tlhintoq's Avatar
Moderator
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 1,783
#3: Feb 28 '09

re: how to compare fingerprint images


I googled ".NET fingerprint compare" and ".NET fingerprint SDK" and got numerous hits and even some affordable SDK's.
Newbie
 
Join Date: Mar 2009
Posts: 2
#4: Mar 23 '09

re: how to compare fingerprint images


Quote:

Originally Posted by dlfshweta View Post

I am doing work on FINGERPRINT RECOGNITION SYSTEM,
I am using VB.NET AS FRONT END SQL SERVER 2000 AS BACK END,
i had saved fingerprint images in sqlserver using image datatype,
images are saving as hexadecimal codes in sql server,
now i want suggestion how to compare two images.

I think this is usually done by either: wavelet encoding or location of features (like forks in the ridges).


-Will Dwinnell
Data Mining in MATLAB
PRR PRR is offline
Moderator
 
Join Date: Dec 2007
Location: India
Posts: 702
#5: Mar 23 '09

re: how to compare fingerprint images


For pattern recognition Eigenface algorithm is widely used...
Reply