Click here to Skip to main content
15,905,420 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
There is a database containing a list of image(in byte array) and the name/ID of the image..An image is given random from fingerprint device..you have to tell the matching image and find out the name/ID of the image from the list...Please someone help me or give me the code in ASP.NET(C#)..Pleaseeeeeeeeeeeee someone reply me urgent...
Posted

1 solution

(This is not how it works here, begging won't help.)

Comparing fingerprint samples is nut just comparing two images (which is also not easy), but you could start here: A Framework in C# for Fingerprint Verification[^]
 
Share this answer
 
Comments
komalridda 24-Aug-12 1:14am    
I have done comparing it manually two images and the code works absolutely right but not with whole database..
I want to do this..
Zoltán Zörgő 24-Aug-12 3:00am    
What code have you used to store the images in the database? Have you checked, that the images in the database are stored properly? What is the code you tried for retrieving the data from the database? Have you tried to view the data and .net framework can use this data as image source?
komalridda 24-Aug-12 3:39am    
yup it is stored properly in bytes.. i have checked it by displaying it..
Zoltán Zörgő 24-Aug-12 4:16am    
What is the exact problem? Any error message? But without code, it will be hard to give reasonable advice...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900