meitarc / FinalProject

1 stars 3 forks source link

Analysing a code that compares two images found on a tutorial blog #17

Open GuyOhayon opened 5 years ago

GuyOhayon commented 5 years ago

link to ssim and compare 2 images.txt compare.py

GuyOhayon commented 5 years ago

Created the differenceBetweenTwoImages(image1, image2) function in the project's python library.

the function gets 2 images and returns the image representation of the differences.

attached the updated library. project2018Draft.py