Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider an O(n) watershed #18

Open
0x00b1 opened this issue Oct 7, 2015 · 0 comments
Open

Consider an O(n) watershed #18

0x00b1 opened this issue Oct 7, 2015 · 0 comments

Comments

@0x00b1
Copy link
Contributor

0x00b1 commented Oct 7, 2015

From @LeeKamentsky on April 17, 2015 11:46

This paper (http://www.ncbi.nlm.nih.gov/pubmed/17076410 Building the component tree in quasi-linear time) could give us the connected components at each level of a level set. That would let you examine the tree when creating a seeded watershed. Our watershed operates in N(log N) time and consumes a lot of memory and not in a cache-friendly manner.

Copied from original issue: CellProfiler/CellProfiler#1343

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

No branches or pull requests

2 participants