Welcome to our Support Center

Match Template

Description

Search Image Template in Image Src and add bounding box to Image Dst where it is located. Type : polymorphic.

 

Input parameters

 

Image Src : class, type accepted U8.
Image Template : class, type accepted U8.
threshold : float,
similarity coefficient between function results and template image.

 

Output parameters

 

Image Dst : class

Detected Box : cluster,

left : integer, left coordinate of box.
top : integer, top coordinate of box.
right : integer, right coordinate of box.
bottom : integer, bottom coordinate of box.
threshold : float, similarity coefficient of box.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install TIGR library to run it).

Table of Contents