Image Difference Detection
-
A simple python script that applies the well-known method in Computer Vision "Structural Similarity Index"
-
For more detail about this method refer to Wang's paper that first introduced this method in 2004
-
Requirements To run:
- python 3
- openCV
- scikit-image
- imutils