This workflow detects spots from a 3D image by using straightforward set of ImageJ components. It receives the Laplacian Radius and the Threshold value s input.
This workflow detects spots in a 2D image by filtering the image by Laplacian of Gaussian (user defined radius) and detecting regional intensity minima (user defined noise tolerance).
The macro will segment nuclei and separate clustered nuclei in a 3D image using a distance transform watershed. As a result an index-mask image is written for each input image.