How to compare fingerprint images in VB.NET
5 pts.
0
Q:
How to compare fingerprint images in VB.NET
i am working on FINGERPRINT RECOGNITION SYSTEM,
i am using vb.net as front end and sql server 2000 as back end,
i had saved fingerprint images in sql server using image datatype,
now i need suggestion how to compare fingerprint images.
ASKED: Feb 28 2009  7:36 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
1850 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
The following might be useful to you:
A Paper on biometric Templates.
The GSA image analyzer is a program used to compare images, this might be useful in your application.
An interesting mix of Biometric programs and code
More code and software for Biometric projects
Good Luck!
-Flame


<kccrosser> As someone who has worked in the Public Safety area for many years, I have never heard of a successful "image" comparator for fingerprints. Every technique I have seen is based on doing image analysis, extracting "features" and constructing a "minutia" template. Then, comparisons are done by various algorithmic comparisons of the minutia templates (non-trivial in itself).

There are companies that will sell you libraries for feature extraction and minutia matching. You might want to look at the "free" library available in technet at the following link:

Fingerprint matching library

Good luck.
Last Answered: Mar 4 2009  1:11 AM GMT by Kccrosser   1850 pts.
Latest Contributors: Flame   14495 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Yahyahaj   10 pts.  |   Nov 5 2009  8:30AM GMT

thanxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

 
0