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