Operation: split and count
The operation takes a mask and a results table containing the areas and
centroids of the objects in the mask. Corrects the count of the
objects by using the average size of this kinds of objects, that
must be provided as an option.
Options

average size: The average size of the kinds of objects to be counted.
Parameter
inputImage
(ImagePlus): Any kind of image. A copy of the image is used to
indicate how many objects have been counted for each input object.
measurements (ResultsTable): A results table with the centroids and areas of the objects in the image.
Results
result (ImagePlus): An image indicating how many objects have been counted for each input object.
count (ResultsTable): The results table with the corrected count.