GPU accelerated image processing for everyone
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.
Ext.CLIJx_seededWatershed(Image label_map_seeds, Image input, Image label_map_destination, Float threshold);