Crate template_matching

Source
Expand description

GPU-accelerated template matching.

Faster alternative to imageproc::template_matching.

Structs§

Extremes
Image
TemplateMatcher

Enums§

MatchTemplateMethod

Functions§

find_extremes
Finds the smallest and largest values and their locations in an image.
match_template
Slides a template over the input and scores the match at each point using the requested method.