Template Matching
Template matching is a technique in digital image processing for finding small parts of an image which match a template image. It can be used in manufacturing as a part of quality control, a way to navigate a mobile robot, as a way to detect edges in images etc.
A pixel in the search image with coordinates (xs, ys) has intensity Is(xs, ys) and a pixel in the template with coordinates (xt, yt) has intensity It(xt , yt ). Thus the absolute difference in the pixel intensities is defined as Diff(xs, ys, x t, y t) = | Is(xs, ys) – It(x t, y t) |.lowest Diff gives the estimate for the best position of template within the search image
Cite As
ambavi patel (2026). Template Matching (https://in.mathworks.com/matlabcentral/fileexchange/30921-template-matching), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Computer Vision Toolbox > Tracking and Motion Estimation > Template Matching >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
TemplateMatching/
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
