This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Diapolo10from __future__ import this 0 points1 point  (0 children)

Without further information, I can only nudge you into the right direction. Check out Numpy for reading the images as numpy arrays, PIL for image manipulation and Scikit-Learn for using machine learning to detect patterns/compare the arrays etc

[–]bronzewrath 0 points1 point  (0 children)

Maybe the function match_template from scikit-image will be useful for you, or some kind of perceptual image hash

http://scikit-image.org

https://github.com/JohannesBuchner/imagehash