PDX Code Guild - Python Mini Capstone Project
Image Template Matching attempts to find a template image inside of another image it is represented by a heat map. Using a variable 'Threshold' the matches can be adjusted. Once matches are found rectangles are drawn around them and then nearby rectangles are grouped.
pip install -r requirements.txt
pywin32
opencv-python
numpy
Pillow