Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Compare two images with Python is possible?
Post: RE: Compare two images with Python is possible?

Thanks for the reply, so should I write my code like this? from PIL import Image from PIL import ImageChops img1 = Image.open("file1") img2 = Image.open("file2") out = abs(im1 - img2)
Delemir78 General Coding Help 3 4,793 Dec-17-2019, 03:33 PM
    Thread: Compare two images with Python is possible?
Post: Compare two images with Python is possible?

Hi everyone, I would like to write a code to compare two photographs (same dimensions) in order to understand if they are similar or not. I take photographs at intervals of several minutes and I woul...
Delemir78 General Coding Help 3 4,793 Dec-17-2019, 01:37 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020