Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 510 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 510 Bytes

Image Template Matching

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.

Authors

Required Libaries

pip install -r requirements.txt

pywin32
opencv-python
numpy
Pillow