Hello,
- How do I find the difference between 2 images?
- replace the difference in the second image to make both images identical?
I've found answers for the first part...but not for the first and second combined....
I would appreciate any help
Thanks so much
Edit: I'm using C#.Net
Soucrs I've found so far...
http://stackoverflow.com/questions/2054026/comparing-two-jpeg-images-and-displaying-differences
http://stackoverflow.com/questions/2553449/compare-images-to-find-differences
http://www.bryancook.net/2009/10/find-differences-between-images-c.html
But,how do I use these to fit my need? Please help me...Thanks