"Where was my coffee cup" is a simple research and fun project where computer vision program looking for difference between images and mark them by boundbox
git clone "https://github.com/MikeG27/Where-was-my-coffe-cup.git"
cd Where-is-my-coffe-cup
pip install -r requirements.txt
python image_diff.py -first [image1_path] -second [image2_path] -output [output_path]
python image_diff.py -first "input/imageA.png" -second "input/imageB.png" -output "output"
https://www.pyimagesearch.com/2014/09/15/python-compare-two-images/ https://www.pyimagesearch.com/2017/06/19/image-difference-with-opencv-and-python/
Created with ☕
By Michal Gorski