Expand description
GPU-accelerated template matching.
Faster alternative to imageproc::template_matching.
Structs§
Enums§
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.