Expand description
Functions for performing template matching.
Structs§
- The largest and smallest values in an image, together with their locations.
Enums§
- Method used to compute the matching score between a template and an image region.
Functions§
- Finds the largest and smallest values in an image and their locations. If there are multiple such values then the lexicographically smallest is returned.
- Slides a
template
over animage
and scores the match at each point using the requestedmethod
.