-
Class which computes the templates' intensity across the entire image
Moves an image template over the image and for each pixel computes a metric for how similar
that region is to template.
Template matching which uses normalized cross correlation (NCC).
Template matching which uses squared difference normed
Scores the difference between the template and the image using sum of absolute difference (SAD) error.
Scores the difference between the template and the image using sum of squared error (SSE).
-
Runs a template matching algorithm across the image.
Moves an image template over the image and for each pixel computes a metric for how similar
that region is to template.