Short Description

This plugin implements the seeded watershed algorithm. It can be used for spots segmentation where spots centres are very bright, or in conjunction with distance map to separate touching objects.

Documentation

This plugin implements the watershed algorithm using seeds. The first image is the seeds from where the “water” will rise. When two floods from two or more seeds will meet, a border is drawn to delimitate the different regions around the seeds.

Typical applications are segmentation and object separation.

For segmentation, you can use seeds as brightest point inside object, using local maxima (use FastFilters3D to detect them). Then based on intensity the objects will grow round the seeds, but the objects will not merge.  You can also use darkest point as seeds in a edge image.

For object separation, first threshold your objects, some will be merged, then apply a distance transform. Use the watershed with local maxima from distance transform as seeds and the distance transform for signal. You can increase the radius of local maxima detection in order to fuse close local maxima and then avoid oversegmentation.

One review on “Watershed3D

Leave a Review

Leave a review
Cancel review
View full changelog
Close changelog

Changelog

  • Version 1.1.0.0 • Released on: 2020-04-20 15:30:00
    Download
    Description:

    - definitely removed embedded WatershedSeeded3D class which cause multiple issues.
    - added old plugin deletion on startup to avoid being spammed with error message from old plugins.

  • Version 1.0.0.0 • Released on: 2019-09-23 12:00:00
    Download
    Description:

    Fixed embedded class (we cannot have 2 mains plugin class - Stephane)

  • Version 0.0.1.4 • Released on: 2018-07-03 07:43:31
    Download
    Description:

    Fixed pb with name class when mcib3d library was updated

  • Version 0.0.1.3 • Released on: 2017-05-24 05:33:15
    Download
    Description:

    class name changed

  • Version 0.0.1.2 • Released on: 2017-05-24 05:27:39
    Download
    Description:

    Class name changed

  • Version 0.0.1.1 • Released on: 2017-05-24 05:17:37
    Download
    Description:

    Update

  • Version 0.0.1.0 • Released on: 2014-10-24 09:02:58
    Download