You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: