seung-lab / RealNeuralNetworks.jl

A unified framework for skeletonization, morphological analysis, and connectivity analysis.
Apache License 2.0
39 stars 2 forks source link

dense skeletonization #17

Closed xiuliren closed 6 years ago

xiuliren commented 7 years ago

currently, we are doing one neuron a time. the advantages are:

the disadvantages are:

getting the skeletons around the neuron, we might be able to use skeleton to do agglomeration. the AI need to answer a question, whether this piece should merge to this neuron or not.

this has a very low priority.

xiuliren commented 6 years ago

this will be handled in Igneous skeletonization operator. will not be implemented here.