Skip to content

Hank-Tsou/Template-Matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Matching

This project is trying to implement Template Matching by using Normalised Cross Correlation

Template Matching

File name: Template_Matching.py
Input image: brain.jpg
Input target: target.jpg
Command line >> python Template_Matching.py -i brain.jpg -t target.jpg
This program is finding a tumor in a MRI brain image.

Useful link for implementation:

Code

License

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

Acknowledgments

About

Searching the location of a template or a target image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages