Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Radiator Holes

Radiator Holes

Aim:

The task is to detect holes on the radiator and measure the distance between their centers.

Input:

An image of the radiator. The position is stable, but may slightly vary.

Output

Detected circles and segments between them.

Hints:

Shape Fitting allows for precise detection of line segments, circles, arcs, and paths with sub-pixel precision. Therefore, this technique is the best choice in cases that require high precision of the measurements, like this one. Use the FitCircle filter and remember that right-clicking on the input or the output of a filter will show advanced properties.

Solution (FIS):

►Click here to show the solution.

Used Filters

►Click here to show the filters list.

Further Readings

  • Shape Fitting - This article presents usage of the Shape Fitting technique.