Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Tutorial Exercises » Edge-based Template Matching: Gasket

Edge-based Template Matching: Gasket

Aim:

Your task is to create a program that can detect the position of a gasket.

Input:

The images of a gasket with varying location and rotation.

The input images are stored in the gasket_inspection directory.

Output:

The location of the object.

Hints:

This exercise demonstrates a way to find an object in an image using Edge-based Template Matching. To use EbTM, please use the LocateSingleObject_Edges1 filter.

Labeling connections is explained in this article.

Solution (FIS):

►Click here to show the solution.

Further Readings