On Fri, Dec 30, 2011 at 5:39 AM, jip
<jeanpatrick.pommier@gmail.com> wrote:
Dear Emmanuelle,
Sorry for the delay.
I have rewritten a clearer script I hope.
First, it takes a 12bits image (cy3 in the archive), isolates a region and removes the background.
Regional maxima are found to get markers for watershed.
Three kind of maps are also prepared.
Each map, with the markers image, is submitted to the watershed algorithm.Segmentation is performed with watershed as indicated here, as follow:
segmentation=watershed(map,markers,mask)
map:grayscale image
markers:label image
mask:binary image