You are here: Start » Tutorial Exercises » Edge-based Template Matching: Gasket (ebtm_gasket)
Edge-based Template Matching: Gasket (ebtm_gasket)
Aim
Your task is to create a program which will be able to detect the position of a gasket.
Input
The images of a gasket with variable location and rotation.
The input images are stored in
gasket_inspection
directory.
Output
The location of the object.
Hints
This exercise shows a way to find an object in an image using Edge-based Template Matching. To use EbTM please use LocateSingleObject_Edges1 filter.
Labeling connections is explained in this article.
Solution (FIS)
►Click here to show the solution.
Further Readings
- Template Matching - Most detailed description of the Template Matching technique.