[][src]Module imageproc::template_matching

Functions for performing template matching.

Structs

Extremes

The largest and smallest values in an image, together with their locations.

Enums

MatchTemplateMethod

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 an image and scores the match at each point using the requested method.