Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.24 KB

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