Compute watershed transform.
Computes by immersion
Element connectivity conn, to define the size of objects, can be specified with a numeric scalar (number of elements in the neighborhood):
for 2 dimensional matrices;
for 3 dimensional matrices;
or with a binary matrix representing a connectivity array. Defaults to
conndef (ndims (bw), "maximal")
which is equivalent to
conn of 8 and 26 for 2 and 3 dimensional matrices respectively.
See also: bwdist, bwlabeln, regionprops.
Package: image