5 pts.
 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
UPDATED: April 2, 2010  6:12:39 AM GMT
3,830 pts.

Answer Wiki:
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 Wiki Answer Submitted:  Mar 4, 2009  1:11 AM (GMT)  by  Kccrosser   3,830 pts.
Latest Answer Wiki Contributors:  Flame   14,895 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

thanxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

 10 pts.

 

i love you

 10 pts.

 

Please guide me in finger print issues. i have written a code to scann fingerprint working fine also but im not able to show snanned image on picturebox. it is giving that COM object cannot to converted into image.
please help me

 10 pts.