Skip to content

A tool to perform difference spotting on 2 images

Notifications You must be signed in to change notification settings

jcoupon/diff_spotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Difference spotter

A popular game consists of finding the differences between 2 images. In this project we develop an application to do it automatically, using computer vision tools in Python (OpenCV and Scikit-image).

Main algorithm

Blog post: http://jeancoupon.com/a-difference-spotter-algorithm/

The main algorithm is about finding the differences between two perfectly aligned images and displaying the result.

The steps are relatively simple:

  • align the images (registration),
  • do some blurring (of the typical size of a difference) to reduce the noise,
  • compute a difference image,
  • identify the difference areas on binary image,
  • find the connected components
  • display the location of the differences.

About

A tool to perform difference spotting on 2 images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published