Topic: The segmentation of an image can create a group of areas with different properties between them. These methods can highlight the pixels where an object is present.

Exercise: Create a Python script file and perform the following tasks:

  1. Image, Segmentation and Video modules from NewLib package.
  2. Read image from disk/Google Drive (import appropriate libraries).
  3. Convert the image to grayscale.
  4. Create a list of points as seeds for the Region-Grow algorithm.
  5. Run the algorithms Region-Grow, Region-Merge, Region-Split and Region-Split-Merge with the appropriate parameters.
  6. Show the result image to screen.

Instructions and Material for solution: Click Files to download the exercise material.

Lecture for better understanding:http://icarus.csd.auth.gr/region-segmentation-lecture/

This exercise was developed by D.Papazoglou.

————————————————————————————————————–

For the solutions to the exercises, please contact koroniioanna@csd.auth.gr