Skip to content

cdmichaelb/python_mini_capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PDX Code Guild - Python Mini Capstone Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages