CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

detectAndLabelMaxima

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.

Categories: Detection, Labels

Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clijx_-0.32.0.1.jar.

Usage in ImageJ macro

Ext.CLIJx_detectAndLabelMaxima(Image input, Image destination, Number sigma_x, Numer sigma_y, Number sigma_z, Boolean invert);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint