Skip to content

Seeded watersheds implementation for grayscale and affinity images #48

Description

@hanslovsky

I have an implementation of the seeded watersheds transform at
https://github.com/hanslovsky/imglib2-algorithm/tree/watersheds-cleanup
comparison with master
The code is pretty clean and documentation will be added before a potential pull request. Right now, I have two concerns:

  • Added dependency for primitive type queues:
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>7.0.12</version>
</dependency>

Please comment on the added dependency issue and feel free to discuss the need for watersheds on unbounded RandomAccessible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions