Identifying connected components across tiled images #97
-
Is anyone aware of methods for identifying connecting components that span across tiled images when the are images are too large to be combined before CC3D analysis? I am searching through procedurally generated data, which has a very large (assume infinite) space. I can use CC3D to analyze arrays of roughly 5000x5000x128 before I start to get low on RAM. Unfortunately, the components I'm measuring can sometimes be much larger than that (I'm actually not sure exactly how large these components get, which is the purpose of my research). Ideas I've considered so far:
I would welcome any and all questions, ideas, or advice. And thank you again for this great library! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Mr. Chung, Yes, in fact I do have an scalable version of connected components here: https://github.com/seung-lab/igneous#connected-components-labeling-ccl-beta However, it is designed for datasets that are in Neuroglancer Precomputed format. Why don't you take a look and let me know if you have questions? Here are some related repos that might help you understand what you're looking at: |
Beta Was this translation helpful? Give feedback.
Hi Mr. Chung,
Yes, in fact I do have an scalable version of connected components here:
https://github.com/seung-lab/igneous#connected-components-labeling-ccl-beta
However, it is designed for datasets that are in Neuroglancer Precomputed format. Why don't you take a look and let me know if you have questions?
Here are some related repos that might help you understand what you're looking at: