Topic: Connected component labeling in 3D image can be done by examining the connectivity of voxels with their neighbors and assigning a unique label to each connected set found.
Exercise: Implement the function for connected component labeling of a 3D image. The function takes as input a 3D image (Numpy array) and returns a 3D image with labeled 3D components, the number of components and their volumes.
Instructions and Material for solution: Click Code to download the exercise material.
This exercise was developed by A. Kouzelis.
————————————————————————————————————–
For the solutions to the exercises, please contact koroniioanna@csd.auth.gr