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

Write efficient out-of-core 3D connected components labeling #37

Open
jamesavery opened this issue Apr 25, 2023 · 1 comment
Open

Write efficient out-of-core 3D connected components labeling #37

jamesavery opened this issue Apr 25, 2023 · 1 comment

Comments

@jamesavery
Copy link
Owner

ndimage label crashes on full resolution images due to lack of memory.

@jamesavery
Copy link
Owner Author

Bonus points for nice hierarchical algorithm.

carljohnsen added a commit that referenced this issue Mar 22, 2024
carljohnsen added a commit that referenced this issue Mar 22, 2024
carljohnsen added a commit that referenced this issue Apr 8, 2024
carljohnsen added a commit that referenced this issue Apr 8, 2024
carljohnsen added a commit that referenced this issue Apr 18, 2024
carljohnsen added a commit that referenced this issue Aug 7, 2024
carljohnsen added a commit that referenced this issue Aug 8, 2024
carljohnsen added a commit that referenced this issue Aug 8, 2024
…e renaming lut as it traverses each set of connected planes.

Furthermore, rather than keeping a lut for each chunk at each level of the adjacency tree, it now only keeps one per chunk, which is updated accordingly.
carljohnsen added a commit that referenced this issue Sep 4, 2024
carljohnsen added a commit that referenced this issue Sep 4, 2024
carljohnsen added a commit that referenced this issue Sep 4, 2024
carljohnsen added a commit that referenced this issue Sep 4, 2024
carljohnsen added a commit that referenced this issue Oct 8, 2024
carljohnsen added a commit that referenced this issue Oct 8, 2024
carljohnsen added a commit that referenced this issue Oct 8, 2024
…g was positional, when it should be named.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant