Template matching finds a small image inside a bigger one. The key metric is matching accuracy, which tells how often the template is correctly found. We also use precision and recall to understand if the method finds the right spots without many mistakes or misses.
Precision matters because we want to avoid false matches (wrong spots). Recall matters because we want to find all real matches. Balancing both helps us trust the results.