Computer Vision: Algorithms and Applications, Richard Szeliski, 2010 (Springer) - Discusses template matching, its underlying methods (SSD, NCC), and its limitations concerning scale, rotation, and illumination variations. It also introduces methods to overcome these issues.
Template Matching, OpenCV, 2024 (OpenCV) - Offers a practical guide to implementing template matching, demonstrating its direct application and the need for more sophisticated methods for typical applications due to its basic nature.