How to detect similar images with python
Viktor Drachov 01.11.2014
Brief overview on existing techniques of near-duplicate
image detection from scratch. I'll show how to compare
images using numpy, scipy, scikit-image and OpenCV and what
caveats are hidden there.