if i have an image that was already stored in database and the second image comes from camera .then i want that the camera capture images and then automatically saves it in database and compare also.
comparing images at runtime in csharp
can it be possible to compare images two images in sharp,
Abhimanyu K VatsaPosted Jun 14, 2010, 4:40 AM
it is possible to compare two images in C# application, it compares two images pixel by pixel and returns the result.
Here is an article which will help you.....
http://www.c-sharpcorner.com/UploadFile/prathore/ImageComparison01022009050404AM/ImageComparison.aspx
Good Luck