Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Tutorial Exercises » Gray-based Template Matching: Basic (gbtm_basic)

Gray-based Template Matching: Basic (gbtm_basic)

Aim

Your task is to create a simple algorithm which will be able to detect a marker on a printed circuit board.

Input

Images of a printed circuit board at different angles.

The input images are stored in gbtm_basic directory.

Output

An application that detects the marker.

Hints

This exercise shows a way to find an object in an image using Gray-based Template Matching. To use GbTM please use LocateSingleObject_NCC filter.

Solution (FIS)

►Click here to show the solution.

Further Readings