Computer vision

A difference spotter algorithm

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). Introduction In this first post, we build the main algorithm: i.e. finding the differences between two perfectly aligned images and displaying the result. The […]

Scroll to top