Match Template¶
Uses cross-correlation to match a template image to an image. Returns an image with maxima where the template matches.
Documentation¶
Uses cross-correlation to match a template image to an image. Returns an image with maxima where the template matches.
Definition¶
Input ports¶
- image image
image to perform matching on
- template image
Template image
Output ports¶
- result image
result after matching
Configuration¶
- Pad value (k)
Value used for padding mode “constant”
- Padding mode (padding mode)
Method used for padding the input
Examples¶
Implementation¶
- class node_correlation.MatchTemplate[source]