Authors:
Alison Fu
Emily Miller
Summary:
By using the image processing library Open CV, numpy, and argument parsing, we created a Where's Waldo? game that allows the user to search for Waldo in two separate puzzles, and then highlights where he is hidden.
Walk-Through:
Our interactive Where's Waldo? game challenges the user to find the embedded Waldo in two separate images:
(Puzzle #1)
(Puzzle #2)
The user will first be prompted to start the Where's Waldo game. After Puzzle One appears in a separate window, the user will then be asked whether he/she has found Waldo. Upon replying "y," Puzzle One will highlight where he is:
A new game of Where's Waldo will then be available, and the same procedure will follow, this time with Puzzle Two.
Resources:
An awesome tutorial showing a Python/Open CV example of Where's Waldo
Open CV's own tutorial on template matching
Another tutorial on object detection using template matching
Source code:
Details: