Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Fertilizer Granulation

Fertilizer Granulation

Aim:

Devise an algorithm that will examine the granulation of the fertilizer and detect grains which sizes do not fit within a specified range.

Input:

A single image of the granulated fertilizer.

Output:

Detected and circled correct and incorrect granules:

Hints:

Performing some operations on the image will help you detect the center of each granule.

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

  • Image Processing - A comprehensive introduction to Image Processing.
  • Shape Fitting - This article presents usage of the Shape Fitting technique.