1 INTRODUCTION
Segmentation is one of the most difficult tasks in image processing, as it is application dependent and requires to some extent a semantic understanding of the image. The morphological segmentation methodology, based on the watershed transform and markers, has been successfully used, both for interactive as for automated segmentation ([1], [13]). The segmentation process starts with creating flooding waves that emanate from the set of markers and flood the image gradient surface. The points where the emanating waves meet each other form the segmentation boundaries. The simplest markers are the regional minima of the gradient image. Very often, the minima are extremely numerous, leading to an oversegmentation. For this reason, in many practical cases, the watershed will take as sources of the flooding a smaller set of markers, which have been identified by a preliminary analysis step as inside particles of the regions or objects that need to be extracted via segmentation. The advantage of the aforementioned method is robustness: the result is independent of the shape or the placement of the markers in the zones of interest. The result is obtained by a global minimization implying both the topography of the surface and the complete set of markers.