Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Washers

Washers

Aim

This example shows how to find washers with defects or not properly centered.

Input

Set of images with multiple washers.

Output

Image with marked broken and not properly centered washers.

Histogram of distances between inner and outer contour of a washer.

Hints

Washers can be located by thresholding image and splitting resulting region into blobs.

Filter FitCircleToStripe can be used to find inner and outer circle of a washer.

Solution (FIS)

►Click here to show the solution.

Used Filters

►Click here to show the filters list.

Further Readings