Skip to content

Uses OpenCV's Template Matching to locate a specific pokemon image within a group of pokemon in a larger image

Notifications You must be signed in to change notification settings

WolfeTyler/FindThatPokemon-OpenCV-Template-Matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find That Pokemon using OpenCV's Template Matching

Find That Pokemon

Template matching in OpenCV is a technique for finding areas of an image that are similar to a template image. To identify the matching area, the program compares the template image against the source image by sliding it (scanning pixel by pixel across the image left to right and top to bottom searching for a high score match).

Prerequisites

You will need the following Python packages installed:

numpy
cv2

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Uses OpenCV's Template Matching to locate a specific pokemon image within a group of pokemon in a larger image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages