Open dstansby opened 1 year ago
Fine by me. It would be great to use an existing dependency like scikit-image
if possible though.
I've realised that one issue of using an external library is it might require loading all the planes in memory at once, which we don't want to do. So perhaps best to close this?
Would it? Could we not just call it only the planes currently in memory?
I've come across https://github.com/seung-lab/connected-components-3d, which seems like a mature and well used (~250 stars) library for connected component labelling. It would be good to investigate whether we can replace the custom connected component labelling with this library, to reduce the maintenance burden in
cellfinder-core
.