Image Comparison using Python

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.

Hi @UniDue
I’m not an Image Recognition Specialist.
But the most popular library is Open CV.
You can find a complete tutorial, (with the code) here:

Best Wishes

Thank you so much for your reply! I really appreciate it and I will give it a look :smiley:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.