This project is trying to implement Template Matching by using Normalised Cross Correlation
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:
This project is licensed under the MIT License - see the LICENSE.md file for details
- Author: Hank Tsou
- Contact: [email protected]