Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Dynamic Template Matching

Dynamic Template Matching

Aim:

The aim of this program is to create a dynamic template for matching purposes.

Input:

Image from the Web Camera.

Output:

Rectangle-shaped match to the object in the image. In this example, we used an image from an industrial camera, however, the example is meant to be for online tests. It depends on user's intention what exactly should be detected.

Hints:

To create such an application, we need filters to grab a frame from the Web Camera and the Template Matching filters.

Labeling connections is explained in this article.

Solution (FIS):

►Click here to show the solution.

Used Filters

►Click here to show the filters list.

Further Readings