CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

seededWatershed

Takes a label map (seeds) and an input image with gray values to apply the watershed algorithm and split the image above a given threshold in labels.

Categories: Filter, Labels, Binary

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_seededWatershed(Image label_map_seeds, Image input, Image label_map_destination, Float threshold);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint