Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Tablets

Tablets

Aim

The aim of the program is to detect missing or damaged tablets on a conveyor belt.

Input

A series of images from the conveyor of a production line.

Output

Detected missing or damaged tablets:

Hints

To detect damaged tablets it is recommended to consider using the DetectMultipleCircles filter together with the CheckPresence_Intensity filter to verify object presence by analyzing pixel intensities. To ensure that the inspection is performed once for an every batch of tablets, you can specify a Region Of Interest, where the inspection should be performed, as an input of the CheckPresence_EdgeAmount filter.

Labeling connections is explained in this article.

Solution (FIS)

►Click here to show the solution.

Used Filters

►Click here to show the filters list.

Further Readings