DEV Community

Cover image for Learn How to Find Wally in Images Using Python and OpenCV
Eran Feit
Eran Feit

Posted on

Learn How to Find Wally in Images Using Python and OpenCV

Do you remember playing "Where's Wally?" as a kid?
What if you could take that game to the next level using advanced computer vision techniques?
Our latest tutorial shows you how to find Wally in any image using Python and OpenCV.
We'll take an image of Wally and use it as a template to search for matches in larger images.

This involves using OpenCV functions and learning how to look for a specific image area based on another image.

If you are interested in learning modern Computer Vision course with deep dive with TensorFlow , Keras and Pytorch , you can find it here : http://bit.ly/3HeDy1V

Before we continue, I actually recommend this book for deep learning based on Tensorflow and Keras : https://amzn.to/3STWZ2N

check out our video here: https://youtu.be/_iGmwb5petU

You can find the code in the video description.

Enjoy,
Eran

Python #OpenCV #ObjectDetection #ImageProcessing #ComputerVision #Wally #WheresWaldo #ImageAnalysis #DeepLearning #MachineLearning

Top comments (0)