Template Matching

a simple interactive visual explainer for Template Matching

Template Matching is a simple method where the location of a template in a scene is computed by sliding it all across the scene and computing a similarity.

Here is a simple UI that allows you to literally slide ‘Waldo’, our protagonist across a cluttered scene where it is otherwise hard to find him, and learn how the correlation matrix is computed to then locate where he is.

See Here for the repository and the code that makes this possible.