This algorithm is based on segmentation of molecules which is performed
by applying a user-defined threshold on the
filtered image
. Users also have the option to combine the thresholded
image with the result of a watershed algorithm [3] applied
to the image
. This procedure was proposed in [1].
The position of each molecule is determined by computing the centroid
of the relevant segmented object using
![]() |
Here
indexes the objects,
is the number of elements
in each object, and
and
are the integer pixel
coordinates within each object. Segmented objects are determined as
connected components by an algorithm based on a breadth-first search
[2]. The watershed algorithm is based on the ImageJ
‘‘Find Maxima’’ function.