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