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.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Saiprasath RPosted Nov 28, 2014, 7:19 AM
Sibeesh VenuPosted Nov 28, 2014, 7:12 AM
Well, if the image is exactly the same, then you could make a hash of the image object which is saved in a separate column, and check if there are any columns that matches any entries in that column whenever you try to save an image.
If you need to check if the image is similar or just looks the same, then you need more advanced image recognition software..
See here : http://stackoverflow.com/questions/19704954/comparing-image-from-ui-to-saved-image-in-sql-server-database-asp-net-c-sharp