Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How can i compare the webcam image with the image already stored in database without using third party libraries and third party code. If any possible please let me know.
Posted
Comments
Shweta N Mishra 28-Nov-14 4:15am    
convert them to have same datatype as you have in database.
Saiprasath Ramasamy 28-Nov-14 4:31am    
ya i tried it but i want to validate the image when it looks like same.

1 solution

Hello Saiprasath,

Please haave a look at a nice article by Jakob "XnaFan" Krarup. It should help you in solving your problem.

Simple image comparison in .NET[^]

Regards,
 
Share this answer
 
Comments
Saiprasath Ramasamy 28-Nov-14 5:11am    
thank u very much prasad khandekar.
Prasad Khandekar 28-Nov-14 5:12am    
You are welcome!
Saiprasath Ramasamy 28-Nov-14 5:52am    
Its OK, but is there any option to check that if a image is captured by webcam is to compare with database that the same image is present there or not and show a message that "Duplicate" ?
Prasad Khandekar 14-Dec-14 1:25am    
The Simple Image Comparison solution tells you the percentage difference. You can have a threshold defined in your program and if difference is less than equal to that threshold then you can flag the image as duplicate.

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