Skip to content

"Where is my coffee cup" is a simple research and fun project where computer vision program looking for difference between images and mark them by boundbox

Notifications You must be signed in to change notification settings

mikeg27/Where-was-my-coffe-cup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Where was my coffe cup ☕ ?

"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

Example 1

1

Example 2

2

Under the hood...

debug

Getting Started

Install:

git clone "https://github.com/MikeG27/Where-was-my-coffe-cup.git"
cd Where-is-my-coffe-cup
pip install -r requirements.txt

Usage:

python image_diff.py -first [image1_path] -second  [image2_path] -output [output_path]

Example:

python image_diff.py -first "input/imageA.png" -second "input/imageB.png" -output "output"

Reference :

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

About

"Where is my coffee cup" is a simple research and fun project where computer vision program looking for difference between images and mark them by boundbox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages