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:
- Image, Segmentation and Video modules from NewLib package.
- Read image from disk/Google Drive (import appropriate libraries).
- Convert the image to grayscale.
- Create a list of points as seeds for the Region-Grow algorithm.
- Run the algorithms Region-Grow, Region-Merge, Region-Split and Region-Split-Merge with the appropriate parameters.
- Show the result image to screen.
Instructions and Material for solution: Click Files to download the exercise material.
Lecture for better understanding:https://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