Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working with thumb scanner, and having problem in reading image stored previously in sql server database.
I wanna match image value retrieved from database to the image value from thumb scanner.

Help me to retrieve the Image value from data base using SqlDataAdapter in Byte[] array.


thanks in advance
Posted

1 solution

Matching a stored image to an image from a thumbscanner is bad! You'll never ever get the exact same image.
I know nothing about fingerprint algorithms but I'm sure it's easier to implement and understand than an algorithm that determines how similar two images look like.
 
Share this answer
 
Comments
Simon Bang Terkildsen 22-Aug-11 3:08am    
I say never ever, ofc there is a chance to get the exact same image from a thumbscanner twice, just like I may actually win at Lotto if I played.
djrocks0101 22-Aug-11 3:13am    
I just wanna retreive Image data from database in a Byte[] array using SqlDataAdapter

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