Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Chocolate Cookies Inspection 3D

Chocolate Cookies Inspection 3D

Aim:

The task of this example is to segment cookies, count them and measure their dimensions.

Input:

Surfaces of cookies grabbed by a 3D scanner.

Output:

Image of segmented cookies, number of cookies, dimensions and completeness verification.

Hints:

Having acquired point clouds of the Surface data type, try to find a filter which would enable you to convert them into images. Then, you could use Region Analysis technique to perform segmentation. After extracting blobs representing cookies, it is possible to count them and measure their dimensions with the MeasureObjectWidth3D.

Solution (FIS):

►Click here to show the solution.

Used Filters

►Click here to show the filters list.

Further Readings

  • Blob Analysis - Article presents detailed information about the Blob Analysis technique.
  • Formulas - Detailed information about using formulas.
  • Geometry 3D - List of filters useful in 3D geometry.
  • Surface - Filters performing operations on surfaces in FabImage Studio.