Page 1 of 1

Image Comparison using Python

Posted: Thu Aug 12, 2021 11:57 pm
by UniDue
Hello eveyone,

I am still very much a beginner in programming but i was looking for an open Python code that takes two images as an input, compares the images (either as a simple RGB value pixel by pixel comparison, or by using computer vision AI, or any other method…) and then highlights the similarities and difference in different colors. I often need to compare pictures in my work-flow and thought i could make things easier by using a program for that.

I would be very thankful for any suggestions and comments.