Mathematical morphology with morphoLibJ
- Introduction to Mathematical Morphology
- Morphological filtering of greyscale images
- Segmentation, e.g. focused on Watershed
- Image quantification (analysis of regions, texture analysis)
Watershed is the term that commonly refers to a mathematical morphology operation that treats a grayscale image as a topographic map and segments the image. The segmentation is performed by a succesive 'flooding' operation from minima in the image starting from different points and separates the image in different catchment basins.|Needs a comment about the relation between the Watershed and Region growing.