Purpose of the project:
To find Waldo in the pool of people.
Image explanation:
The image shown on the left represents the raw image while the image on the right represents resulted image from finding_waldo.py
Method used:
- Computer Vision method being used in the project is Template Matching which is a high level to identify part of input image that match the given image pattern, in this case, we managed to find Waldo in the input raw image using the TM_CCOEFF_NORMED formula, one of template matching operation.
- GUI being used in the project is tkinter.
How to run the project:
- Make sure the finding_waldo.py, waldo.png, wenda.png, and wheres-waldo-2.jpg located in the same directory
- Run the finding_waldo.py to find waldo in the raw data
- A statement will be printed in the console to show whether waldo is found or not
- A tkinter GUI will be shown, the first image being the raw image, and second image being the resulted image.
Enhancement:
The script is also able to find Wenda who is Waldo's girlfriend
Picture 1. Raw Image
Picture 2. Found Waldo Image
Picture 3. Found Wenda Image