GPU accelerated image processing for everyone
Determines maximum regions in a Gaussian blurred version of the original image.
The regions do not not necessarily have to be single pixels. It is also possible to invert the image before determining the maxima.
Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clijx_-0.32.0.1.jar.
Ext.CLIJx_detectAndLabelMaxima(Image input, Image destination, Number sigma_x, Numer sigma_y, Number sigma_z, Boolean invert);