This is a simple script to show differences of two images. This method can be best used in detecting industrial sabotage and examining X-ray images of equipments.
You can see below that we have two similar photos that are very difficult to distinguish.
The two images may look similar, but there are small differences that are difficult to distinguish (in this example, two malicious / extra chips are mounted on the second board).
You can see an example in real world about spy chips :
Run script and pass your images as arguments:
python compare.py sample-1.jpg sample-2.jpgDon't be shy and reach out to us if you want to contribute ๐
- Fork it !
- Create your feature branch :
git checkout -b my-new-feature - Commit your changes :
git commit -am 'Add some feature' - Push to the branch :
git push origin my-new-feature - Submit a pull request
Each project may have many problems. Contributing to the better development of this project by reporting them. ๐

